Searched refs:tgstime (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/kernel/ |
A D | sys.c | 994 u64 tgutime, tgstime, cutime, cstime; in do_sys_times() local 996 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times() 1000 tms->tms_stime = nsec_to_clock_t(tgstime); in do_sys_times() 1769 u64 tgutime, tgstime, utime, stime; in getrusage() local 1803 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage() 1805 stime += tgstime; in getrusage()
|
A D | exit.c | 1135 u64 tgutime, tgstime; in wait_task_zombie() local 1157 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie() 1161 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()
|
Completed in 9 milliseconds