Home
last modified time | relevance | path

Searched refs:thread_group_cputime_adjusted (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/kernel/sched/
Dcputime.c448 void thread_group_cputime_adjusted(struct task_struct *p, cputime_t *ut, cputime_t *st) in thread_group_cputime_adjusted() function
637 void thread_group_cputime_adjusted(struct task_struct *p, cputime_t *ut, cputime_t *st) in thread_group_cputime_adjusted() function
/linux-4.1.27/fs/proc/
Darray.c435 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat()
/linux-4.1.27/kernel/
Dsys.c886 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times()
1579 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in k_getrusage()
Dexit.c1047 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie()
/linux-4.1.27/include/linux/
Dsched.h1961 extern void thread_group_cputime_adjusted(struct task_struct *p, cputime_t *ut, cputime_t *st);