Searched refs:cstime (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | array.c | 448 u64 cutime, cstime, utime, stime; in do_task_stat() local 479 cutime = cstime = utime = stime = 0; in do_task_stat() 498 cstime = sig->cstime; in do_task_stat() 559 seq_put_decimal_ll(m, " ", nsec_to_clock_t(cstime)); in do_task_stat()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | buildstats.bbclass | 14 # 13: utime, 14: stime, 15: cutime, 16: cstime 25 'cstime' : fields[16], 93 f.write("cstime: %s\n" % cpu['cstime'])
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | sys.c | 969 u64 tgutime, tgstime, cutime, cstime; in do_sys_times() local 973 cstime = current->signal->cstime; in do_sys_times() 977 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times() 1755 stime = p->signal->cstime; in getrusage()
|
| H A D | exit.c | 1051 psig->cstime += tgstime + sig->cstime; in wait_task_zombie()
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | signal.h | 177 u64 utime, stime, cutime, cstime; member
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | osf_sys.c | 1100 stime_jiffies = nsecs_to_jiffies(current->signal->cstime); in SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_elf_fdpic.c | 1334 prstatus->pr_cstime = ns_to_kernel_old_timeval(p->signal->cstime); in fill_prstatus()
|
| H A D | binfmt_elf.c | 1542 prstatus->pr_cstime = ns_to_kernel_old_timeval(p->signal->cstime); in fill_prstatus()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | proc.rst | 344 cstime kernel mode jiffies with child's
|