Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sched/
Dcputime.h56 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
/Linux-v5.4/kernel/sched/
Dcputime.c458 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function
674 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function
/Linux-v5.4/fs/proc/
Darray.c510 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat()
/Linux-v5.4/kernel/
Dsys.c947 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times()
1743 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage()
Dexit.c1058 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie()