Searched refs:thread_group_cputime_adjusted (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | cputime.c | 449 void thread_group_cputime_adjusted(struct task_struct *p, cputime_t *ut, cputime_t *st) in thread_group_cputime_adjusted() function 658 void thread_group_cputime_adjusted(struct task_struct *p, cputime_t *ut, cputime_t *st) in thread_group_cputime_adjusted() function
|
/linux-4.4.14/fs/proc/ |
D | array.c | 446 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat()
|
/linux-4.4.14/kernel/ |
D | sys.c | 886 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times() 1579 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in k_getrusage()
|
D | exit.c | 1051 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 2066 extern void thread_group_cputime_adjusted(struct task_struct *p, cputime_t *ut, cputime_t *st);
|