Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dposix-cpu-timers.c1094 struct task_cputime task_sample; in fastpath_timer_check() local
1096 task_cputime(tsk, &task_sample.utime, &task_sample.stime); in fastpath_timer_check()
1097 task_sample.sum_exec_runtime = tsk->se.sum_exec_runtime; in fastpath_timer_check()
1098 if (task_cputime_expired(&task_sample, &tsk->cputime_expires)) in fastpath_timer_check()