Searched refs:cstime (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/fs/proc/ |
D | array.c | 481 u64 cutime, cstime, cgtime, utime, stime, gtime; in do_task_stat() local 550 cstime = sig->cstime; in do_task_stat() 607 seq_put_decimal_ll(m, " ", nsec_to_clock_t(cstime)); in do_task_stat()
|
/linux-6.12.1/kernel/ |
D | sys.c | 1021 u64 tgutime, tgstime, cutime, cstime; in do_sys_times() local 1025 cstime = current->signal->cstime; in do_sys_times() 1029 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times() 1820 stime = sig->cstime; in getrusage()
|
D | exit.c | 1207 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()
|
/linux-6.12.1/include/linux/sched/ |
D | signal.h | 187 u64 utime, stime, cutime, cstime; member
|
/linux-6.12.1/arch/alpha/kernel/ |
D | osf_sys.c | 1099 stime_jiffies = nsecs_to_jiffies(current->signal->cstime); in SYSCALL_DEFINE2()
|
/linux-6.12.1/fs/ |
D | binfmt_elf_fdpic.c | 1312 prstatus->pr_cstime = ns_to_kernel_old_timeval(p->signal->cstime); in fill_prstatus()
|
D | binfmt_elf.c | 1543 prstatus->pr_cstime = ns_to_kernel_old_timeval(p->signal->cstime); in fill_prstatus()
|
/linux-6.12.1/Documentation/filesystems/ |
D | proc.rst | 350 cstime kernel mode jiffies with child's
|