Searched refs:pstats (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/sys/
H A Dresourcevar.h46 struct pstats { struct
118 struct pstats *pstatscopy(struct pstats *);
119 void pstatsfree(struct pstats *);
H A Dproc.h223 struct pstats *p_stats; /* :: Accounting/stats (PROC ONLY) */
/netbsd-6-1-5-RELEASE/lib/libkvm/
H A Dkvm_proc.c492 struct pstats pstats; local
569 kp2p->p_ru = PTRTOUINT64(pstats.p_ru);
677 KREAD(kd, (u_long)kp->kp_proc.p_stats, &pstats)) {
683 pstats.p_start.tv_sec;
685 pstats.p_start.tv_usec;
688 pstats.p_ru.ru_utime.tv_sec;
690 pstats.p_ru.ru_utime.tv_usec;
692 pstats.p_ru.ru_stime.tv_sec;
694 pstats
[all...]
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_resource.c146 pstats_cache = pool_cache_init(sizeof(struct pstats), 0, 0, 0,
743 struct pstats *
744 pstatscopy(struct pstats *ps)
746 struct pstats *nps;
761 pstatsfree(struct pstats *ps)
H A Dvfs_wapbl.c741 struct pstats *pstats = curlwp->l_proc->p_stats; local
752 pstats->p_ru.ru_oublock++;
754 pstats->p_ru.ru_inblock++;
H A Dkern_proc.c182 struct pstats pstat0;

Completed in 170 milliseconds