Home
last modified time | relevance | path

Searched refs:tgstime (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/
Dsys.c884 cputime_t tgutime, tgstime, cutime, cstime; in do_sys_times() local
886 thread_group_cputime_adjusted(current, &tgutime, &tgstime); in do_sys_times()
890 tms->tms_stime = cputime_to_clock_t(tgstime); in do_sys_times()
1546 cputime_t tgutime, tgstime, utime, stime; in k_getrusage() local
1579 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in k_getrusage()
1581 stime += tgstime; in k_getrusage()
Dexit.c1029 cputime_t tgutime, tgstime; in wait_task_zombie() local
1051 thread_group_cputime_adjusted(p, &tgutime, &tgstime); in wait_task_zombie()
1055 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()