Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/sched/
Dcputime.h190 task_sched_runtime(struct task_struct *task);
/linux-6.1.9/kernel/sched/
Dcputime.c325 (void) task_sched_runtime(current); in thread_group_cputime()
633 cputime.sum_exec_runtime = task_sched_runtime(p); in task_cputime_adjusted()
Dcore.c5400 unsigned long long task_sched_runtime(struct task_struct *p) in task_sched_runtime() function
/linux-6.1.9/kernel/time/
Dposix-cpu-timers.c199 return task_sched_runtime(p); in cpu_clock_sample()