Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sched/
Dcputime.h189 task_sched_runtime(struct task_struct *task);
/Linux-v5.4/kernel/sched/
Dcputime.c310 (void) task_sched_runtime(current); in thread_group_cputime()
Dcore.c3546 unsigned long long task_sched_runtime(struct task_struct *p) in task_sched_runtime() function
/Linux-v5.4/kernel/time/
Dposix-cpu-timers.c202 return task_sched_runtime(p); in cpu_clock_sample()