Searched refs:cstime (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/fs/proc/ |
D | array.c | 467 u64 cutime, cstime, utime, stime; in do_task_stat() local 498 cutime = cstime = utime = stime = 0; in do_task_stat() 517 cstime = sig->cstime; in do_task_stat() 579 seq_put_decimal_ll(m, " ", nsec_to_clock_t(cstime)); in do_task_stat()
|
/Linux-v5.15/kernel/ |
D | sys.c | 978 u64 tgutime, tgstime, cutime, cstime; in do_sys_times() local 982 cstime = current->signal->cstime; in do_sys_times() 986 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times() 1764 stime = p->signal->cstime; in getrusage()
|
D | exit.c | 1063 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()
|
/Linux-v5.15/include/linux/sched/ |
D | signal.h | 176 u64 utime, stime, cutime, cstime; member
|
/Linux-v5.15/arch/alpha/kernel/ |
D | osf_sys.c | 1100 stime_jiffies = nsecs_to_jiffies(current->signal->cstime); in SYSCALL_DEFINE2()
|
/Linux-v5.15/fs/ |
D | binfmt_elf_fdpic.c | 1319 prstatus->pr_cstime = ns_to_kernel_old_timeval(p->signal->cstime); in fill_prstatus()
|
D | binfmt_elf.c | 1532 prstatus->pr_cstime = ns_to_kernel_old_timeval(p->signal->cstime); in fill_prstatus()
|
/Linux-v5.15/Documentation/filesystems/ |
D | proc.rst | 346 cstime kernel mode jiffies with child's
|