Searched refs:tgstime (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | sys.c | 1006 u64 tgutime, tgstime, cutime, cstime; in do_sys_times() local 1008 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times() 1012 tms->tms_stime = nsec_to_clock_t(tgstime); in do_sys_times() 1774 u64 tgutime, tgstime, utime, stime; in getrusage() local 1808 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage() 1810 stime += tgstime; in getrusage()
|
D | exit.c | 1112 u64 tgutime, tgstime; in wait_task_zombie() local 1134 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie() 1138 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()
|