Searched refs:cstime (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/fs/proc/ |
D | array.c | 445 u64 cutime, cstime, utime, stime; in do_task_stat() local 476 cutime = cstime = utime = stime = 0; in do_task_stat() 495 cstime = sig->cstime; in do_task_stat() 556 seq_put_decimal_ll(m, " ", nsec_to_clock_t(cstime)); in do_task_stat()
|
/Linux-v5.4/kernel/ |
D | sys.c | 945 u64 tgutime, tgstime, cutime, cstime; in do_sys_times() local 949 cstime = current->signal->cstime; in do_sys_times() 953 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times() 1729 stime = p->signal->cstime; in getrusage()
|
D | exit.c | 1062 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()
|
/Linux-v5.4/include/linux/sched/ |
D | signal.h | 174 u64 utime, stime, cutime, cstime; member
|
/Linux-v5.4/arch/alpha/kernel/ |
D | osf_sys.c | 1165 stime_jiffies = nsecs_to_jiffies(current->signal->cstime); in SYSCALL_DEFINE2()
|
/Linux-v5.4/fs/ |
D | binfmt_elf_fdpic.c | 1372 prstatus->pr_cstime = ns_to_timeval(p->signal->cstime); in fill_prstatus()
|
D | binfmt_elf.c | 1503 prstatus->pr_cstime = ns_to_timeval(p->signal->cstime); in fill_prstatus()
|
/Linux-v5.4/Documentation/filesystems/ |
D | proc.txt | 333 cstime kernel mode jiffies with child's
|