Home
last modified time | relevance | path

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

12

/linux-6.6.21/drivers/cpuidle/governors/
Dteo.c302 if (target_residency_ns < TICK_NSEC) { in teo_update()
307 if (TICK_NSEC <= cpu_data->sleep_length_ns) { in teo_update()
309 if (TICK_NSEC <= measured_ns) { in teo_update()
338 drv->states[i].target_residency_ns >= TICK_NSEC; in teo_state_ok()
378 ktime_t delta_tick = TICK_NSEC / 2; in teo_select()
609 if (drv->states[idx].target_residency_ns < TICK_NSEC && in teo_select()
611 duration_ns = TICK_NSEC / 2; in teo_select()
620 duration_ns >= TICK_NSEC) || tick_nohz_tick_stopped()) in teo_select()
653 (tick_nohz_idle_got_tick() && cpu_data->sleep_length_ns > TICK_NSEC)) { in teo_reflect()
Dmenu.c310 delta_tick = TICK_NSEC / 2; in menu_select()
336 if (predicted_ns < TICK_NSEC) in menu_select()
375 if (predicted_ns < TICK_NSEC) in menu_select()
395 if (drv->states[idx].target_residency_ns < TICK_NSEC && in menu_select()
415 predicted_ns < TICK_NSEC) && !tick_nohz_tick_stopped()) { in menu_select()
484 if (data->tick_wakeup && data->next_timer_ns > TICK_NSEC) { in menu_update()
/linux-6.6.21/include/linux/
Djiffies.h407 #if !((((NSEC_PER_SEC << 2) / TICK_NSEC) << (SEC_JIFFIE_SC - 2)) & 0x80000000)
413 TICK_NSEC -1) / (u64)TICK_NSEC))
416 TICK_NSEC -1) / (u64)TICK_NSEC))
424 (long)((u64)((u64)MAX_JIFFY_OFFSET * TICK_NSEC) / NSEC_PER_SEC)
427 (SH_DIV((MAX_JIFFY_OFFSET >> SEC_JIFFIE_SC) * TICK_NSEC, NSEC_PER_SEC, 1) - 1)
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()
Dtick.h164 return ktime_add(ktime_get(), TICK_NSEC); in tick_nohz_get_next_hrtimer()
168 *delta_next = TICK_NSEC; in tick_nohz_get_sleep_length()
/linux-6.6.21/kernel/time/
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()
123 nextp = ktime_add_ns(last_jiffies_update, TICK_NSEC); in tick_do_update_jiffies64()
171 div_u64_rem(tick_next_period, TICK_NSEC, &rem); in tick_init_jiffy_update()
173 tick_next_period += TICK_NSEC - rem; in tick_init_jiffy_update()
780 hrtimer_forward(&ts->sched_timer, now, TICK_NSEC); in tick_nohz_restart()
828 next_tick = basemono + TICK_NSEC; in tick_nohz_next_event()
846 if (delta <= (u64)TICK_NSEC) { in tick_nohz_next_event()
1390 hrtimer_forward(&ts->sched_timer, now, TICK_NSEC); in tick_nohz_handler()
[all …]
Dclocksource-wdtest.c42 .uncertainty_margin = TICK_NSEC,
46 .mult = TICK_NSEC << JIFFIES_SHIFT, /* details above */
118 WARN_ON_ONCE(clocksource_wdtest_jiffies.uncertainty_margin != TICK_NSEC); in wdtest_func()
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()
Dtick-common.c92 tick_next_period = ktime_add_ns(tick_next_period, TICK_NSEC); in tick_periodic()
131 next = ktime_add_ns(next, TICK_NSEC); in tick_handle_periodic()
177 next = ktime_add_ns(next, TICK_NSEC); in tick_setup_periodic()
Djiffies.c38 .mult = TICK_NSEC << JIFFIES_SHIFT, /* details above */
Ditimer.c65 val = TICK_NSEC; in get_cpu_itimer()
184 nval += TICK_NSEC; in set_cpu_itimer()
Dtimer.c1910 return DIV_ROUND_UP_ULL(nextevt, TICK_NSEC) * TICK_NSEC; in cmp_next_hrtimer_event()
1956 expires = basem + (u64)(nextevt - basej) * TICK_NSEC; in get_next_timer_interrupt()
1964 if ((expires - basem) > TICK_NSEC) in get_next_timer_interrupt()
Dtick-broadcast.c416 ktime_t next = ktime_add_ns(dev->next_event, TICK_NSEC); in tick_handle_periodic_broadcast()
Dntp.c548 const unsigned long TIME_SET_NSEC_FUZZ = TICK_NSEC * 5; in rtc_tv_nsec_ok()
Dposix-cpu-timers.c1481 *oldval = TICK_NSEC; in set_process_cpu_timer()
/linux-6.6.21/include/vdso/
Djiffies.h9 #define TICK_NSEC ((NSEC_PER_SEC+HZ/2)/HZ) macro
Dktime.h13 #define LOW_RES_NSEC TICK_NSEC
/linux-6.6.21/kernel/sched/
Dcputime.c379 u64 other, cputime = TICK_NSEC * ticks; in irqtime_account_process_tick()
499 cputime = TICK_NSEC; in account_process_tick()
528 cputime = ticks * TICK_NSEC; in account_idle_ticks()
686 if (vtime->stime >= TICK_NSEC) { in vtime_account_system()
696 if (vtime->gtime >= TICK_NSEC) { in vtime_account_guest()
740 if (vtime->utime >= TICK_NSEC) { in vtime_user_exit()
Dclock.c285 max_clock = wrap_max(old_clock, gtod + TICK_NSEC); in sched_clock_local()
Dcpufreq_schedutil.c183 if (delta_ns <= TICK_NSEC) in sugov_iowait_reset()
/linux-6.6.21/kernel/
Dtsacct.c135 if (delta < TICK_NSEC) in __acct_update_integrals()
/linux-6.6.21/drivers/cpufreq/
Dcpufreq_governor.c22 #define CPUFREQ_DBS_MIN_SAMPLING_INTERVAL (2 * TICK_NSEC / NSEC_PER_USEC)
Dintel_pstate.c2170 if (time_before64(time, cpu->last_io_update + 2 * TICK_NSEC)) in intel_pstate_update_util_hwp_local()
2344 if (delta_ns > TICK_NSEC) { in intel_pstate_update_util()
2355 if (delta_ns > TICK_NSEC) in intel_pstate_update_util()
/linux-6.6.21/drivers/cpuidle/
Dcpuidle.c419 #define CPUIDLE_POLL_MAX (TICK_NSEC / 16)
/linux-6.6.21/drivers/char/ipmi/
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