Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sched/
Dcputime.h56 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
/Linux-v4.19/kernel/sched/
Dcputime.c457 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function
673 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function
/Linux-v4.19/fs/proc/
Darray.c500 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat()
/Linux-v4.19/kernel/
Dsys.c944 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times()
1748 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage()
Dexit.c1107 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie()