Searched refs:sched_exp (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/kernel/time/
H A Dposix-cpu-timers.c492 if (cputime_expires->sched_exp == 0 ||
493 cputime_expires->sched_exp > exp)
494 cputime_expires->sched_exp = exp;
849 tsk_expires->sched_exp = check_timers_list(++timers, firing, check_thread_timers()
993 sig->cputime_expires.sched_exp = sched_expires; check_process_timers()
/linux-4.1.27/kernel/
H A Dfork.c1219 tsk->cputime_expires.sched_exp = 0; posix_cpu_timers_init()
/linux-4.1.27/kernel/sched/
H A Drt.c2242 p->cputime_expires.sched_exp = p->se.sum_exec_runtime; watchdog()
/linux-4.1.27/include/linux/
H A Dsched.h561 #define sched_exp sum_exec_runtime macro

Completed in 146 milliseconds