Searched refs:cstime (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/proc/ |
D | array.c | 435 u64 cutime, cstime, utime, stime; in do_task_stat() local 466 cutime = cstime = utime = stime = 0; in do_task_stat() 485 cstime = sig->cstime; in do_task_stat() 546 seq_put_decimal_ll(m, " ", nsec_to_clock_t(cstime)); in do_task_stat()
|
/Linux-v4.19/kernel/ |
D | sys.c | 942 u64 tgutime, tgstime, cutime, cstime; in do_sys_times() local 946 cstime = current->signal->cstime; in do_sys_times() 950 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times() 1735 stime = p->signal->cstime; in getrusage()
|
D | exit.c | 1111 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()
|
/Linux-v4.19/include/linux/sched/ |
D | signal.h | 181 u64 utime, stime, cutime, cstime; member
|
/Linux-v4.19/arch/alpha/kernel/ |
D | osf_sys.c | 1166 stime_jiffies = nsecs_to_jiffies(current->signal->cstime); in SYSCALL_DEFINE2()
|
/Linux-v4.19/fs/ |
D | binfmt_elf_fdpic.c | 1376 prstatus->pr_cstime = ns_to_timeval(p->signal->cstime); in fill_prstatus()
|
D | binfmt_elf.c | 1526 prstatus->pr_cstime = ns_to_timeval(p->signal->cstime); in fill_prstatus()
|
/Linux-v4.19/Documentation/filesystems/ |
D | proc.txt | 316 cstime kernel mode jiffies with child's
|