Searched refs:cstime (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/proc/ |
D | array.c | 390 cputime_t cutime, cstime, utime, stime; in do_task_stat() local 412 cutime = cstime = utime = stime = 0; in do_task_stat() 431 cstime = sig->cstime; in do_task_stat() 488 seq_put_decimal_ll(m, ' ', cputime_to_clock_t(cstime)); in do_task_stat()
|
/linux-4.4.14/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 | 1055 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | osf_sys.c | 1159 stime_jiffies = cputime_to_jiffies(current->signal->cstime); in SYSCALL_DEFINE2()
|
/linux-4.4.14/fs/ |
D | binfmt_elf_fdpic.c | 1396 cputime_to_timeval(p->signal->cstime, &prstatus->pr_cstime); in fill_prstatus()
|
D | binfmt_elf.c | 1433 cputime_to_timeval(p->signal->cstime, &prstatus->pr_cstime); in fill_prstatus()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 737 cputime_t utime, stime, cutime, cstime; member
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 298 cstime kernel mode jiffies with child's
|