Lines Matching full:bases
27 pct->bases[CPUCLOCK_PROF].nextevt = cpu_limit * NSEC_PER_SEC; in posix_cputimers_group_init()
34 * tsk->signal->posix_cputimers.bases[clock].nextevt expiration cache if
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()
476 cleanup_timerqueue(&pct->bases[CPUCLOCK_PROF].tqhead); in cleanup_timers()
477 cleanup_timerqueue(&pct->bases[CPUCLOCK_VIRT].tqhead); in cleanup_timers()
478 cleanup_timerqueue(&pct->bases[CPUCLOCK_SCHED].tqhead); in cleanup_timers()
507 base = p->posix_cputimers.bases + clkidx; in arm_timer()
509 base = p->signal->posix_cputimers.bases + clkidx; in arm_timer()
797 struct posix_cputimer_base *base = pct->bases; in collect_posix_cputimers()
943 &pct->bases[CPUCLOCK_PROF].nextevt, in check_process_timers()
946 &pct->bases[CPUCLOCK_VIRT].nextevt, in check_process_timers()
969 if (softns < pct->bases[CPUCLOCK_PROF].nextevt) in check_process_timers()
970 pct->bases[CPUCLOCK_PROF].nextevt = softns; in check_process_timers()
1027 * member of @pct->bases[CLK].nextevt. False otherwise
1035 if (samples[i] >= pct->bases[i].nextevt) in task_cputimers_expired()
1414 nextevt = &tsk->signal->posix_cputimers.bases[clkid].nextevt; in set_process_cpu_timer()