Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dexit.c864 p->p_stime = (clock_t)NSEC_TO_TICK(hrstime) + p->p_cstime; in proc_exit()
1038 ip->si_stime = pp->p_stime; in winfo()
1391 p->p_nextofkin->p_cstime += p->p_stime; 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()
1553 pp->p_stime += pending; in clock_tick()
1612 (pp->p_utime + pp->p_stime)/hz, RCA_UNSAFE_SIGINFO); in clock_tick()
H A Dvm_pageout.c992 proc_pageout->p_stime = 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.c366 proc_fsflush->p_stime = 0; in fsflush()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h188 clock_t p_stime; /* system time, this process */ member