Lines Matching refs:nextevt
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()
439 base->nextevt = 0; in trigger_base_recalc_expires()
461 if (cpu_timer_getexpires(ctmr) == base->nextevt) in disarm_timer()
572 if (newexp < base->nextevt) in arm_timer()
573 base->nextevt = newexp; in arm_timer()
864 base->nextevt = collect_timerqueue(&base->tqhead, firing, in collect_posix_cputimers()
1006 &pct->bases[CPUCLOCK_PROF].nextevt, in check_process_timers()
1009 &pct->bases[CPUCLOCK_VIRT].nextevt, in check_process_timers()
1032 if (softns < pct->bases[CPUCLOCK_PROF].nextevt) in check_process_timers()
1033 pct->bases[CPUCLOCK_PROF].nextevt = softns; in check_process_timers()
1098 if (samples[i] >= pct->bases[i].nextevt) in task_cputimers_expired()
1406 u64 now, *nextevt; in set_process_cpu_timer() local
1411 nextevt = &tsk->signal->posix_cputimers.bases[clkid].nextevt; in set_process_cpu_timer()
1437 if (*newval < *nextevt) in set_process_cpu_timer()
1438 *nextevt = *newval; in set_process_cpu_timer()