Searched refs:bases (Results 1 – 3 of 3) sorted by relevance
28 pct->bases[CPUCLOCK_PROF].nextevt = cpu_limit * NSEC_PER_SEC; in posix_cputimers_group_init()154 return !(~pct->bases[CPUCLOCK_PROF].nextevt | in expiry_cache_is_inactive()155 ~pct->bases[CPUCLOCK_VIRT].nextevt | in expiry_cache_is_inactive()156 ~pct->bases[CPUCLOCK_SCHED].nextevt); in expiry_cache_is_inactive()423 return tsk->posix_cputimers.bases + clkidx; in timer_base()425 return tsk->signal->posix_cputimers.bases + clkidx; in timer_base()534 cleanup_timerqueue(&pct->bases[CPUCLOCK_PROF].tqhead); in cleanup_timers()535 cleanup_timerqueue(&pct->bases[CPUCLOCK_VIRT].tqhead); in cleanup_timers()536 cleanup_timerqueue(&pct->bases[CPUCLOCK_SCHED].tqhead); in cleanup_timers()862 struct posix_cputimer_base *base = pct->bases; in collect_posix_cputimers()[all …]
176 void clock_was_set(unsigned int bases);
945 void clock_was_set(unsigned int bases) in clock_was_set() argument967 if (update_needs_ipi(cpu_base, bases)) in clock_was_set()