Lines Matching refs:bases
27 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()
853 struct posix_cputimer_base *base = pct->bases; in collect_posix_cputimers()
999 &pct->bases[CPUCLOCK_PROF].nextevt, in check_process_timers()
1002 &pct->bases[CPUCLOCK_VIRT].nextevt, in check_process_timers()
1025 if (softns < pct->bases[CPUCLOCK_PROF].nextevt) in check_process_timers()
1026 pct->bases[CPUCLOCK_PROF].nextevt = softns; in check_process_timers()
1091 if (samples[i] >= pct->bases[i].nextevt) in task_cputimers_expired()
1404 nextevt = &tsk->signal->posix_cputimers.bases[clkid].nextevt; in set_process_cpu_timer()