Searched refs:p_stime (Results 1 – 7 of 7) sorted by relevance
864 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()
345 p->p_cstime = p->p_stime = p->p_cutime = p->p_utime = 0; in start_init_common()
1545 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()
992 proc_pageout->p_stime = 0; in pageout()
979 pu->pu_mem_rss_avg = (PTOU(p)->u_mem / (p->p_stime + p->p_utime + 1)) * in exacct_calculate_proc_usage()
366 proc_fsflush->p_stime = 0; in fsflush()
188 clock_t p_stime; /* system time, this process */ member