Home
last modified time | relevance | path

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

/linux/kernel/
H A Dsys.c1053 u64 tgutime, tgstime, cutime, cstime; in do_sys_times() local
1057 cstime = current->signal->cstime; in do_sys_times()
1061 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times()
1874 stime = sig->cstime; in getrusage()
H A Dexit.c1237 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()
/linux/fs/
H A Dbinfmt_elf_fdpic.c1331 prstatus->pr_cstime = ns_to_kernel_old_timeval(p->signal->cstime); in fill_prstatus()
H A Dbinfmt_elf.c1518 prstatus->pr_cstime = ns_to_kernel_old_timeval(p->signal->cstime); in fill_prstatus()