Lines Matching full:bases
28 pct->bases[CPUCLOCK_PROF].nextevt = cpu_limit * NSEC_PER_SEC; in posix_cputimers_group_init()
35 * tsk->signal->posix_cputimers.bases[clock].nextevt expiration cache if
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()
422 return tsk->posix_cputimers.bases + clkidx; in timer_base()
424 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()
824 struct posix_cputimer_base *base = pct->bases; in collect_posix_cputimers()
970 &pct->bases[CPUCLOCK_PROF].nextevt, in check_process_timers()
973 &pct->bases[CPUCLOCK_VIRT].nextevt, in check_process_timers()
996 if (softns < pct->bases[CPUCLOCK_PROF].nextevt) in check_process_timers()
997 pct->bases[CPUCLOCK_PROF].nextevt = softns; in check_process_timers()
1054 * member of @pct->bases[CLK].nextevt. False otherwise
1062 if (samples[i] >= pct->bases[i].nextevt) in task_cputimers_expired()
1432 nextevt = &tsk->signal->posix_cputimers.bases[clkid].nextevt; in set_process_cpu_timer()