Home
last modified time | relevance | path

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

/kernel/sched/
Dcputime.c331 (void) task_sched_runtime(current); in thread_group_cputime()
Dcore.c5320 unsigned long long task_sched_runtime(struct task_struct *p) in task_sched_runtime() function
5358 EXPORT_SYMBOL_GPL(task_sched_runtime);
/kernel/time/
Dposix-cpu-timers.c192 return task_sched_runtime(p); in cpu_clock_sample()