Home
last modified time | relevance | path

Searched refs:p_utime (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dexit.c863 p->p_utime = (clock_t)NSEC_TO_TICK(hrutime) + p->p_cutime; in proc_exit()
1039 ip->si_utime = pp->p_utime; in winfo()
1390 p->p_nextofkin->p_cutime += p->p_utime; in freeproc()
H A Dmain.c345 p->p_cstime = p->p_stime = p->p_cutime = p->p_utime = 0; in start_init_common()
H A Dclock.c1545 ticks = (pp->p_utime + pp->p_stime) % hz; in clock_tick()
1551 pp->p_utime += pending; in clock_tick()
1612 (pp->p_utime + pp->p_stime)/hz, RCA_UNSAFE_SIGINFO); in clock_tick()
H A Dvm_pageout.c994 proc_pageout->p_utime = 0; in pageout()
H A Dexacct.c979 pu->pu_mem_rss_avg = (PTOU(p)->u_mem / (p->p_stime + p->p_utime + 1)) * in exacct_calculate_proc_usage()
/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c368 proc_fsflush->p_utime = 0; in fsflush()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h187 clock_t p_utime; /* user time, this process */ member