Searched refs:cstime (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/fs/proc/ |
H A D | array.c | 379 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 D | sys.c | 884 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 D | exit.c | 1051 psig->cstime += tgstime + sig->cstime; wait_task_zombie()
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | osf_sys.c | 1156 jiffies_to_timeval32(current->signal->cstime, &r.ru_stime); SYSCALL_DEFINE2()
|
/linux-4.1.27/fs/ |
H A D | binfmt_elf_fdpic.c | 1356 cputime_to_timeval(p->signal->cstime, &prstatus->pr_cstime); fill_prstatus()
|
H A D | binfmt_elf.c | 1423 cputime_to_timeval(p->signal->cstime, &prstatus->pr_cstime); fill_prstatus()
|
/linux-4.1.27/include/linux/ |
H A D | sched.h | 695 cputime_t utime, stime, cutime, cstime; member in struct:signal_struct
|
Completed in 259 milliseconds