Searched refs:thread_group_cputime_adjusted (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sched/ |
D | cputime.h | 56 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | cputime.c | 469 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
|
/kernel/linux/linux-5.10/fs/proc/ |
D | array.c | 513 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat()
|
/kernel/linux/linux-5.10/kernel/ |
D | sys.c | 962 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times() 1762 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage()
|
D | exit.c | 1046 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie()
|