Home
last modified time | relevance | path

Searched refs:p_cstime (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dtimes.c59 p_time.tms_cstime = p->p_cstime; in times()
89 p_time.tms_cstime = (clock32_t)p->p_cstime; in times32()
/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c365 proc_fsflush->p_cstime = 0; in fsflush()
/illumos-gate/usr/src/uts/common/os/
H A Dmain.c345 p->p_cstime = p->p_stime = p->p_cutime = p->p_utime = 0; in start_init_common()
H A Dexit.c864 p->p_stime = (clock_t)NSEC_TO_TICK(hrstime) + p->p_cstime; in proc_exit()
1391 p->p_nextofkin->p_cstime += p->p_stime; in freeproc()
H A Dvm_pageout.c991 proc_pageout->p_cstime = 0; in pageout()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h190 clock_t p_cstime; /* sum of children's system time */ member
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1404 TICK_TO_TIMESTRUC32(p->p_cstime, &sp->pr_cstime); in oprgetstatus32()
1551 TICK_TO_TIMESTRUC32(p->p_cutime + p->p_cstime, &psp->pr_ctime); in oprgetpsinfo32()
3213 TICK_TO_TIMESTRUC(p->p_cstime, &sp->pr_cstime); in oprgetstatus()
3362 TICK_TO_TIMESTRUC(p->p_cutime + p->p_cstime, &psp->pr_ctime); in oprgetpsinfo()
H A Dprsubr.c918 TICK_TO_TIMESTRUC(p->p_cstime, &sp->pr_cstime); in prgetstatus()
1164 TICK_TO_TIMESTRUC32(p->p_cstime, &sp->pr_cstime); in prgetstatus32()
2532 TICK_TO_TIMESTRUC(p->p_cutime + p->p_cstime, &psp->pr_ctime); in prgetpsinfo()
3196 TICK_TO_TIMESTRUC32(p->p_cutime + p->p_cstime, &psp->pr_ctime); in prgetpsinfo32()