Searched refs:tgstime (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | sys.c | 969 u64 tgutime, tgstime, cutime, cstime; in do_sys_times() local 971 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times() 975 tms->tms_stime = nsec_to_clock_t(tgstime); in do_sys_times() 1735 u64 tgutime, tgstime, utime, stime; in getrusage() local 1769 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in getrusage() 1771 stime += tgstime; in getrusage()
|
| H A D | exit.c | 1025 u64 tgutime, tgstime; in wait_task_zombie() local 1047 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie() 1051 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()
|