Home
last modified time | relevance | path

Searched refs:TICK_NSEC (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.15/include/linux/
H A Djiffies.h410 #if !((((NSEC_PER_SEC << 2) / TICK_NSEC) << (SEC_JIFFIE_SC - 2)) & 0x80000000)
416 TICK_NSEC -1) / (u64)TICK_NSEC))
419 TICK_NSEC -1) / (u64)TICK_NSEC))
427 (long)((u64)((u64)MAX_JIFFY_OFFSET * TICK_NSEC) / NSEC_PER_SEC)
430 (SH_DIV((MAX_JIFFY_OFFSET >> SEC_JIFFIE_SC) * TICK_NSEC, NSEC_PER_SEC, 1) - 1)
H A Dacct.h69 #if (TICK_NSEC % (NSEC_PER_SEC / AHZ)) == 0 in jiffies_to_AHZ()
76 u64 tmp = (u64)x * TICK_NSEC; in jiffies_to_AHZ()
H A Dtick.h156 return ktime_add(ktime_get(), TICK_NSEC); in tick_nohz_get_next_hrtimer()
160 *delta_next = TICK_NSEC; in tick_nohz_get_sleep_length()
H A Ddelay.h107 #define USLEEP_RANGE_UPPER_BOUND ((TICK_NSEC << max_slack_shift) / NSEC_PER_USEC)
/linux-6.15/drivers/cpuidle/governors/
H A Dteo.c222 if (TICK_NSEC <= measured_ns) in teo_update()
233 drv->states[i].target_residency_ns >= TICK_NSEC; in teo_state_ok()
273 ktime_t delta_tick = TICK_NSEC / 2; in teo_select()
472 if (drv->states[idx].target_residency_ns < TICK_NSEC && in teo_select()
474 duration_ns = TICK_NSEC / 2; in teo_select()
483 duration_ns >= TICK_NSEC) || tick_nohz_tick_stopped()) in teo_select()
511 (tick_nohz_idle_got_tick() && cpu_data->sleep_length_ns > TICK_NSEC)) { in teo_reflect()
H A Dmenu.c257 delta_tick = TICK_NSEC / 2; in menu_select()
283 if (predicted_ns < TICK_NSEC) in menu_select()
315 if (predicted_ns < TICK_NSEC) in menu_select()
335 if (drv->states[idx].target_residency_ns < TICK_NSEC && in menu_select()
355 predicted_ns < TICK_NSEC) && !tick_nohz_tick_stopped()) { in menu_select()
424 if (data->tick_wakeup && data->next_timer_ns > TICK_NSEC) { in menu_update()
/linux-6.15/kernel/time/
H A Dtick-sched.c104 if (unlikely(delta >= TICK_NSEC)) { in tick_do_update_jiffies64()
106 s64 incr = TICK_NSEC; in tick_do_update_jiffies64()
114 TICK_NSEC); in tick_do_update_jiffies64()
121 nextp = ktime_add_ns(last_jiffies_update, TICK_NSEC); in tick_do_update_jiffies64()
170 div_u64_rem(tick_next_period, TICK_NSEC, &rem); in tick_init_jiffy_update()
172 tick_next_period += TICK_NSEC - rem; in tick_init_jiffy_update()
309 hrtimer_forward(timer, now, TICK_NSEC); in tick_nohz_handler()
913 next_tick = basemono + TICK_NSEC; in tick_nohz_next_event()
935 if (delta <= (u64)TICK_NSEC) { in tick_nohz_next_event()
1586 u64 offset = TICK_NSEC >> 1; in tick_setup_sched_timer()
[all …]
H A Dclocksource-wdtest.c43 .uncertainty_margin = TICK_NSEC,
47 .mult = TICK_NSEC << JIFFIES_SHIFT, /* details above */
119 WARN_ON_ONCE(clocksource_wdtest_jiffies.uncertainty_margin != TICK_NSEC); in wdtest_func()
H A Dtime.c620 long nsec = value->tv_nsec + TICK_NSEC - 1; in timespec64_to_jiffies()
646 value->tv_sec = div_u64_rem((u64)jiffies * TICK_NSEC, in jiffies_to_timespec64()
664 #if (TICK_NSEC % (NSEC_PER_SEC / USER_HZ)) == 0 in jiffies_to_clock_t()
671 return div_u64((u64)x * TICK_NSEC, NSEC_PER_SEC / USER_HZ); in jiffies_to_clock_t()
707 #if (TICK_NSEC % (NSEC_PER_SEC / USER_HZ)) == 0 in jiffies_64_to_clock_t()
721 x = div_u64(x * TICK_NSEC, (NSEC_PER_SEC / USER_HZ)); in jiffies_64_to_clock_t()
H A Dtick-common.c93 tick_next_period = ktime_add_ns(tick_next_period, TICK_NSEC); in tick_periodic()
130 next = ktime_add_ns(next, TICK_NSEC); in tick_handle_periodic()
176 next = ktime_add_ns(next, TICK_NSEC); in tick_setup_periodic()
H A Djiffies.c38 .mult = TICK_NSEC << JIFFIES_SHIFT, /* details above */
H A Dtimer.c2000 return DIV_ROUND_UP_ULL(nextevt, TICK_NSEC) * TICK_NSEC; in cmp_next_hrtimer_event()
2047 tevt->local = basem + (u64)(nextevt - basej) * TICK_NSEC; in fetch_next_timer_interrupt()
2073 tevt->global = basem + (u64)(nextevt_global - basej) * TICK_NSEC; in fetch_next_timer_interrupt()
2076 tevt->local = basem + (u64)(nextevt_local - basej) * TICK_NSEC; in fetch_next_timer_interrupt()
2205 tmp = div_u64(next_tmigr - basem, TICK_NSEC); in timer_use_tmigr()
H A Ditimer.c65 val = TICK_NSEC; in get_cpu_itimer()
204 nval += TICK_NSEC; in set_cpu_itimer()
H A Dtick-broadcast.c416 ktime_t next = ktime_add_ns(dev->next_event, TICK_NSEC); in tick_handle_periodic_broadcast()
/linux-6.15/include/vdso/
H A Dktime.h13 #define LOW_RES_NSEC TICK_NSEC
H A Djiffies.h9 #define TICK_NSEC ((NSEC_PER_SEC+HZ/2)/HZ) macro
/linux-6.15/kernel/sched/
H A Dcputime.c377 u64 other, cputime = TICK_NSEC * ticks; in irqtime_account_process_tick()
484 cputime = TICK_NSEC; in account_process_tick()
513 cputime = ticks * TICK_NSEC; in account_idle_ticks()
677 if (vtime->stime >= TICK_NSEC) { in vtime_account_system()
687 if (vtime->gtime >= TICK_NSEC) { in vtime_account_guest()
731 if (vtime->utime >= TICK_NSEC) { in vtime_user_exit()
H A Dclock.c285 max_clock = wrap_max(old_clock, gtod + TICK_NSEC); in sched_clock_local()
H A Dcpufreq_schedutil.c253 if (delta_ns <= TICK_NSEC) in sugov_iowait_reset()
/linux-6.15/kernel/
H A Dtsacct.c135 if (delta < TICK_NSEC) in __acct_update_integrals()
/linux-6.15/drivers/cpufreq/
H A Dcpufreq_governor.c22 #define CPUFREQ_DBS_MIN_SAMPLING_INTERVAL (2 * TICK_NSEC / NSEC_PER_USEC)
H A Dintel_pstate.c2393 if (time_before64(time, cpu->last_io_update + 2 * TICK_NSEC)) in intel_pstate_update_util_hwp_local()
2565 if (delta_ns > TICK_NSEC) { in intel_pstate_update_util()
2576 if (delta_ns > TICK_NSEC) in intel_pstate_update_util()
/linux-6.15/drivers/cpuidle/
H A Dcpuidle.c420 #define CPUIDLE_POLL_MAX (TICK_NSEC / 16)
/linux-6.15/arch/x86/kernel/cpu/microcode/
H A Dcore.c556 loops_per_usec = loops_per_jiffy / (TICK_NSEC / 1000); in load_late_stop_cpus()
/linux-6.15/drivers/char/ipmi/
H A Dipmi_ssif.c87 #define SSIF_MSG_JIFFIES ((SSIF_MSG_USEC * 1000) / TICK_NSEC)
88 #define SSIF_REQ_RETRY_JIFFIES ((SSIF_REQ_RETRY_USEC * 1000) / TICK_NSEC)
89 #define SSIF_MSG_PART_JIFFIES ((SSIF_MSG_PART_USEC * 1000) / TICK_NSEC)

12