Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dposix-cpu-timers.c515 if (cputime_expires->sched_exp == 0 || in arm_timer()
516 cputime_expires->sched_exp > exp) in arm_timer()
517 cputime_expires->sched_exp = exp; in arm_timer()
880 tsk_expires->sched_exp = check_timers_list(++timers, firing, in check_thread_timers()
1035 sig->cputime_expires.sched_exp = sched_expires; in check_process_timers()
/linux-4.4.14/kernel/
Dfork.c1223 tsk->cputime_expires.sched_exp = 0; in posix_cpu_timers_init()
/linux-4.4.14/kernel/sched/
Drt.c2205 p->cputime_expires.sched_exp = p->se.sum_exec_runtime; in watchdog()
/linux-4.4.14/include/linux/
Dsched.h579 #define sched_exp sum_exec_runtime macro