Searched refs:thread_group_cputime_adjusted (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/sched/ |
A D | cputime.h | 57 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
|
/linux/kernel/sched/ |
A D | cputime.c | 452 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function 624 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 | 532 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat()
|
/linux/kernel/ |
A D | sys.c | 980 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times() 1778 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage()
|
A D | exit.c | 1066 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie()
|
/linux/ |
A D | System.map | 3156 ffff8000100c1a80 T thread_group_cputime_adjusted
|
A D | .tmp_System.map | 3156 ffff8000100c1a80 T thread_group_cputime_adjusted
|
Completed in 318 milliseconds