Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dposix-cpu-timers.c1144 struct task_cputime task_sample; in fastpath_timer_check() local
1146 task_cputime(tsk, &task_sample.utime, &task_sample.stime); in fastpath_timer_check()
1147 task_sample.sum_exec_runtime = tsk->se.sum_exec_runtime; in fastpath_timer_check()
1148 if (task_cputime_expired(&task_sample, &tsk->cputime_expires)) in fastpath_timer_check()