Home
last modified time | relevance | path

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

/linux/fs/proc/
H A Darray.c481 u64 cutime, cstime, cgtime, utime, stime, gtime; in do_task_stat() local
550 cstime = sig->cstime; in do_task_stat()
607 seq_put_decimal_ll(m, " ", nsec_to_clock_t(cstime)); in do_task_stat()
/linux/kernel/
H A Dsys.c1023 u64 tgutime, tgstime, cutime, cstime; in do_sys_times() local
1027 cstime = current->signal->cstime; in do_sys_times()
1031 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times()
1822 stime = sig->cstime; in getrusage()
/linux/include/linux/sched/
H A Dsignal.h188 u64 utime, stime, cutime, cstime; member
/linux/arch/alpha/kernel/
H A Dosf_sys.c1098 stime_jiffies = nsecs_to_jiffies(current->signal->cstime); in SYSCALL_DEFINE2()
/linux/fs/
H A Dbinfmt_elf_fdpic.c1321 prstatus->pr_cstime = ns_to_kernel_old_timeval(p->signal->cstime); in fill_prstatus()
H A Dbinfmt_elf.c1551 prstatus->pr_cstime = ns_to_kernel_old_timeval(p->signal->cstime); in fill_prstatus()