Searched refs:cstime (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/proc/ |
D | array.c | 379 cputime_t cutime, cstime, utime, stime; in do_task_stat() local 401 cutime = cstime = utime = stime = 0; in do_task_stat() 420 cstime = sig->cstime; in do_task_stat() 477 seq_put_decimal_ll(m, ' ', cputime_to_clock_t(cstime)); in do_task_stat()
|
/linux-4.1.27/kernel/ |
D | sys.c | 884 cputime_t tgutime, tgstime, cutime, cstime; in do_sys_times() local 888 cstime = current->signal->cstime; in do_sys_times() 892 tms->tms_cstime = cputime_to_clock_t(cstime); in do_sys_times() 1566 stime = p->signal->cstime; in k_getrusage()
|
D | exit.c | 1051 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | osf_sys.c | 1156 jiffies_to_timeval32(current->signal->cstime, &r.ru_stime); in SYSCALL_DEFINE2()
|
/linux-4.1.27/fs/ |
D | binfmt_elf_fdpic.c | 1356 cputime_to_timeval(p->signal->cstime, &prstatus->pr_cstime); in fill_prstatus()
|
D | binfmt_elf.c | 1423 cputime_to_timeval(p->signal->cstime, &prstatus->pr_cstime); in fill_prstatus()
|
/linux-4.1.27/include/linux/ |
D | sched.h | 695 cputime_t utime, stime, cutime, cstime; member
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 295 cstime kernel mode jiffies with child's
|