Searched refs:cstime (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/fs/proc/
H A Darray.c379 cputime_t cutime, cstime, utime, stime; do_task_stat() local
401 cutime = cstime = utime = stime = 0; do_task_stat()
420 cstime = sig->cstime; do_task_stat()
477 seq_put_decimal_ll(m, ' ', cputime_to_clock_t(cstime)); do_task_stat()
/linux-4.1.27/kernel/
H A Dsys.c884 cputime_t tgutime, tgstime, cutime, cstime; do_sys_times() local
888 cstime = current->signal->cstime; do_sys_times()
892 tms->tms_cstime = cputime_to_clock_t(cstime); do_sys_times()
1566 stime = p->signal->cstime; k_getrusage()
H A Dexit.c1051 psig->cstime += tgstime + sig->cstime; wait_task_zombie()
/linux-4.1.27/arch/alpha/kernel/
H A Dosf_sys.c1156 jiffies_to_timeval32(current->signal->cstime, &r.ru_stime); SYSCALL_DEFINE2()
/linux-4.1.27/fs/
H A Dbinfmt_elf_fdpic.c1356 cputime_to_timeval(p->signal->cstime, &prstatus->pr_cstime); fill_prstatus()
H A Dbinfmt_elf.c1423 cputime_to_timeval(p->signal->cstime, &prstatus->pr_cstime); fill_prstatus()
/linux-4.1.27/include/linux/
H A Dsched.h695 cputime_t utime, stime, cutime, cstime; member in struct:signal_struct

Completed in 259 milliseconds