Searched refs:thread_group_cputime_adjusted (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/sched/ |
H A D | cputime.h | 48 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
|
/openbmc/linux/kernel/sched/ |
H A D | cputime.c | 470 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 D | array.c | 572 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat()
|
/openbmc/linux/kernel/ |
H A D | sys.c | 1014 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times() 1821 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage()
|
H A D | exit.c | 1161 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie()
|