Home
last modified time | relevance | path

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

/linux/include/linux/sched/
A Dcputime.h48 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
/linux/kernel/sched/
A Dcputime.c457 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function
635 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function
/linux/fs/proc/
A Darray.c572 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat()
/linux/kernel/
A Dsys.c1023 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times()
1863 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage()
A Dexit.c1204 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie()

Completed in 17 milliseconds