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

/src/sys/sys/
H A Dresourcevar.h58 struct pstats { struct
124 struct pstats *pstatscopy(struct pstats *);
125 void pstatsfree(struct pstats *);
H A Dproc.h243 struct pstats *p_stats; /* :: Accounting/stats (PROC ONLY) */
/src/lib/libkvm/
H A Dkvm_proc.c466 struct pstats pstats; local in function:kvm_getproc2
543 kp2p->p_ru = PTRTOUINT64(pstats.p_ru);
651 KREAD(kd, (u_long)kp->kp_proc.p_stats, &pstats)) {
657 pstats.p_start.tv_sec;
659 pstats.p_start.tv_usec;
662 pstats.p_ru.ru_utime.tv_sec;
664 pstats.p_ru.ru_utime.tv_usec;
666 pstats.p_ru.ru_stime.tv_sec;
668 pstats
[all...]
/src/sys/kern/
H A Dkern_resource.c810 struct pstats *
811 pstatscopy(struct pstats *ps)
813 struct pstats *nps;
828 pstatsfree(struct pstats *ps)
H A Dvfs_wapbl.c906 struct pstats *pstats = curlwp->l_proc->p_stats; local in function:wapbl_doio_accounting
912 pstats->p_ru.ru_oublock++;
914 pstats->p_ru.ru_inblock++;
H A Dkern_proc.c206 struct pstats pstat0;

Completed in 13 milliseconds