Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dtimes.c58 p_time.tms_cutime = p->p_cutime; in times()
88 p_time.tms_cutime = (clock32_t)p->p_cutime; in times32()
/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c367 proc_fsflush->p_cutime = 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.c863 p->p_utime = (clock_t)NSEC_TO_TICK(hrutime) + p->p_cutime; in proc_exit()
1390 p->p_nextofkin->p_cutime += p->p_utime; in freeproc()
H A Dvm_pageout.c993 proc_pageout->p_cutime = 0; in pageout()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h189 clock_t p_cutime; /* sum of children's user time */ member
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1403 TICK_TO_TIMESTRUC32(p->p_cutime, &sp->pr_cutime); in oprgetstatus32()
1551 TICK_TO_TIMESTRUC32(p->p_cutime + p->p_cstime, &psp->pr_ctime); in oprgetpsinfo32()
3212 TICK_TO_TIMESTRUC(p->p_cutime, &sp->pr_cutime); in oprgetstatus()
3362 TICK_TO_TIMESTRUC(p->p_cutime + p->p_cstime, &psp->pr_ctime); in oprgetpsinfo()
H A Dprsubr.c917 TICK_TO_TIMESTRUC(p->p_cutime, &sp->pr_cutime); in prgetstatus()
1163 TICK_TO_TIMESTRUC32(p->p_cutime, &sp->pr_cutime); 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()