Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dcputime.h181 task_sched_runtime(struct task_struct *task);
/linux/kernel/sched/
H A Dcputime.c329 (void) task_sched_runtime(current); in thread_group_cputime()
624 cputime.sum_exec_runtime = task_sched_runtime(p); in task_cputime_adjusted()
H A Dcore.c5572 unsigned long long task_sched_runtime(struct task_struct *p) in task_sched_runtime() function
/linux/kernel/time/
H A Dposix-cpu-timers.c199 return task_sched_runtime(p); in cpu_clock_sample()
/linux/mm/
H A Dksm.c422 cpu_time = task_sched_runtime(current); in scan_time_advisor()