Searched refs:thread_group_cputime_adjusted (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/sched/ |
| A D | cputime.h | 48 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
|
| /linux/kernel/sched/ |
| A D | cputime.c | 457 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function 635 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function
|
| /linux/fs/proc/ |
| A D | array.c | 572 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat()
|
| /linux/kernel/ |
| A D | sys.c | 1023 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times() 1863 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage()
|
| A D | exit.c | 1204 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie()
|
Completed in 17 milliseconds