Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/sched/
Dcputime.h56 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
/kernel/linux/linux-5.10/kernel/sched/
Dcputime.c469 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function
640 void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st) in thread_group_cputime_adjusted() function
/kernel/linux/linux-5.10/fs/proc/
Darray.c513 thread_group_cputime_adjusted(task, &utime, &stime); in do_task_stat()
/kernel/linux/linux-5.10/kernel/
Dsys.c962 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times()
1762 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage()
Dexit.c1046 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie()