Searched refs:thread_group_cputime_adjusted (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/linux/sched/ |
| H A D | cputime.h | 48 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
|
| /linux-6.15/kernel/sched/ |
| H A D | cputime.c | 455 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function 633 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function
|
| /linux-6.15/fs/proc/ |
| H A D | array.c | 572 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat()
|
| /linux-6.15/kernel/ |
| H A D | sys.c | 1025 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times() 1869 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage()
|
| H A D | exit.c | 1218 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie()
|