Home
last modified time | relevance | path

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

/kernel/
Dsys.c888 cputime_t tgutime, tgstime, cutime, cstime; in do_sys_times() local
892 cstime = current->signal->cstime; in do_sys_times()
896 tms->tms_cstime = cputime_to_clock_t(cstime); in do_sys_times()
1568 stime = p->signal->cstime; in k_getrusage()
Dexit.c1051 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()