Home
last modified time | relevance | path

Searched refs:bases (Results 1 – 3 of 3) sorted by relevance

/kernel/time/
Dposix-cpu-timers.c27 pct->bases[CPUCLOCK_PROF].nextevt = cpu_limit * NSEC_PER_SEC; in posix_cputimers_group_init()
147 return !(~pct->bases[CPUCLOCK_PROF].nextevt | in expiry_cache_is_inactive()
148 ~pct->bases[CPUCLOCK_VIRT].nextevt | in expiry_cache_is_inactive()
149 ~pct->bases[CPUCLOCK_SCHED].nextevt); in expiry_cache_is_inactive()
416 return tsk->posix_cputimers.bases + clkidx; in timer_base()
418 return tsk->signal->posix_cputimers.bases + clkidx; in timer_base()
527 cleanup_timerqueue(&pct->bases[CPUCLOCK_PROF].tqhead); in cleanup_timers()
528 cleanup_timerqueue(&pct->bases[CPUCLOCK_VIRT].tqhead); in cleanup_timers()
529 cleanup_timerqueue(&pct->bases[CPUCLOCK_SCHED].tqhead); in cleanup_timers()
855 struct posix_cputimer_base *base = pct->bases; in collect_posix_cputimers()
[all …]
Dtick-internal.h176 void clock_was_set(unsigned int bases);
Dhrtimer.c945 void clock_was_set(unsigned int bases) in clock_was_set() argument
967 if (update_needs_ipi(cpu_base, bases)) in clock_was_set()