Searched refs:thread_group_cputime_adjusted (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/sched/ |
| H A D | cputime.h | 49 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
|
| /linux/kernel/sched/ |
| H A D | cputime.c | 462 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function 640 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function
|
| /linux/fs/proc/ |
| H A D | array.c | 566 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat()
|
| /linux/kernel/ |
| H A D | sys.c | 1055 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times() 1917 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage()
|
| H A D | exit.c | 1234 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie()
|