Searched refs:cstime (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/fs/proc/ |
H A D | array.c | 482 u64 cutime, cstime, utime, stime; in do_task_stat() local 514 cutime = cstime = 0; in do_task_stat() 533 cstime = sig->cstime; in do_task_stat() 600 seq_put_decimal_ll(m, " ", nsec_to_clock_t(cstime)); in do_task_stat()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | array.c | 447 u64 cutime, cstime, cgtime, utime, stime, gtime; in do_task_stat() local 516 cstime = sig->cstime; in do_task_stat() 572 seq_put_decimal_ll(m, " ", nsec_to_clock_t(cstime)); in do_task_stat()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys.c | 971 u64 tgutime, tgstime, cutime, cstime; in do_sys_times() local 975 cstime = current->signal->cstime; in do_sys_times() 979 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times() 1759 stime = p->signal->cstime; in getrusage()
|
H A D | exit.c | 1137 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sys.c | 1012 u64 tgutime, tgstime, cutime, cstime; in do_sys_times() local 1016 cstime = current->signal->cstime; in do_sys_times() 1020 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times() 1807 stime = p->signal->cstime; in getrusage()
|
H A D | exit.c | 1178 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()
|
/kernel/linux/linux-5.10/include/linux/sched/ |
H A D | signal.h | 176 u64 utime, stime, cutime, cstime; member
|
/kernel/linux/linux-6.6/include/linux/sched/ |
H A D | signal.h | 186 u64 utime, stime, cutime, cstime; member
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | osf_sys.c | 1100 stime_jiffies = nsecs_to_jiffies(current->signal->cstime); in SYSCALL_DEFINE2()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | osf_sys.c | 1099 stime_jiffies = nsecs_to_jiffies(current->signal->cstime); in SYSCALL_DEFINE2()
|
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf.c | 1566 prstatus->pr_cstime = ns_to_kernel_old_timeval(p->signal->cstime); in fill_prstatus()
|
H A D | binfmt_elf_fdpic.c | 1334 prstatus->pr_cstime = ns_to_kernel_old_timeval(p->signal->cstime); in fill_prstatus()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf_fdpic.c | 1315 prstatus->pr_cstime = ns_to_kernel_old_timeval(p->signal->cstime); in fill_prstatus()
|
H A D | binfmt_elf.c | 1567 prstatus->pr_cstime = ns_to_kernel_old_timeval(p->signal->cstime); in fill_prstatus()
|
Completed in 27 milliseconds