Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sched/
Dcputime.h187 task_sched_runtime(struct task_struct *task);
/Linux-v4.19/kernel/sched/
Dcputime.c309 (void) task_sched_runtime(current); in thread_group_cputime()
Dcore.c2995 unsigned long long task_sched_runtime(struct task_struct *p) in task_sched_runtime() function
/Linux-v4.19/kernel/time/
Dposix-cpu-timers.c175 *sample = task_sched_runtime(p); in cpu_clock_sample()