Home
last modified time | relevance | path

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

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