Lines Matching refs:bases
27 pct->bases[CPUCLOCK_PROF].nextevt = cpu_limit * NSEC_PER_SEC; in posix_cputimers_group_init()
157 return !(~pct->bases[CPUCLOCK_PROF].nextevt | in expiry_cache_is_inactive()
158 ~pct->bases[CPUCLOCK_VIRT].nextevt | in expiry_cache_is_inactive()
159 ~pct->bases[CPUCLOCK_SCHED].nextevt); in expiry_cache_is_inactive()
464 cleanup_timerqueue(&pct->bases[CPUCLOCK_PROF].tqhead); in cleanup_timers()
465 cleanup_timerqueue(&pct->bases[CPUCLOCK_VIRT].tqhead); in cleanup_timers()
466 cleanup_timerqueue(&pct->bases[CPUCLOCK_SCHED].tqhead); in cleanup_timers()
496 base = p->posix_cputimers.bases + clkidx; in arm_timer()
498 base = p->signal->posix_cputimers.bases + clkidx; in arm_timer()
790 struct posix_cputimer_base *base = pct->bases; in collect_posix_cputimers()
936 &pct->bases[CPUCLOCK_PROF].nextevt, in check_process_timers()
939 &pct->bases[CPUCLOCK_VIRT].nextevt, in check_process_timers()
962 if (softns < pct->bases[CPUCLOCK_PROF].nextevt) in check_process_timers()
963 pct->bases[CPUCLOCK_PROF].nextevt = softns; in check_process_timers()
1046 if (samples[i] >= pct->bases[i].nextevt) in task_cputimers_expired()
1186 nextevt = &tsk->signal->posix_cputimers.bases[clkid].nextevt; in set_process_cpu_timer()