Home
last modified time | relevance | path

Searched defs:pstats (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/sys/
H A Dresourcevar.h58 struct pstats { struct
60 struct rusage p_ru; /* stats for this proc */
61 struct rusage p_cru; /* sum of stats for reaped children */
65 struct itimerspec p_timer[3]; /* virtual-time timers */
66 struct uprof p_prof; /* profile arguments */
68 struct timeval p_start; /* starting time */
/netbsd-src/lib/libkvm/
H A Dkvm_proc.c496 struct pstats pstats; kvm_getproc2() local
[all...]
/netbsd-src/sys/kern/
H A Dvfs_wapbl.c896 struct pstats *pstats = curlwp->l_proc->p_stats; wapbl_doio_accounting() local