Searched refs:tgstime (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/kernel/ |
H A D | sys.c | 971 u64 tgutime, tgstime, cutime, cstime; in do_sys_times() local 973 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times() 977 tms->tms_stime = nsec_to_clock_t(tgstime); in do_sys_times() 1739 u64 tgutime, tgstime, utime, stime; in getrusage() local 1773 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage() 1775 stime += tgstime; in getrusage()
|
H A D | exit.c | 1111 u64 tgutime, tgstime; in wait_task_zombie() local 1133 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie() 1137 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sys.c | 1012 u64 tgutime, tgstime, cutime, cstime; in do_sys_times() local 1014 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times() 1018 tms->tms_stime = nsec_to_clock_t(tgstime); in do_sys_times() 1787 u64 tgutime, tgstime, utime, stime; in getrusage() local 1821 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage() 1823 stime += tgstime; in getrusage()
|
H A D | exit.c | 1152 u64 tgutime, tgstime; in wait_task_zombie() local 1174 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie() 1178 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()
|
Completed in 15 milliseconds