Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sched/
H A Dcputime.h48 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
/openbmc/linux/kernel/sched/
H A Dcputime.c470 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function
648 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function
/openbmc/linux/fs/proc/
H A Darray.c572 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat()
/openbmc/linux/kernel/
H A Dsys.c1014 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times()
1821 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage()
H A Dexit.c1161 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie()