Searched defs:pstats (Results 1 – 3 of 3) sorted by relevance
58 struct pstats { struct60 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 */
496 struct pstats pstats; kvm_getproc2() local [all...]
896 struct pstats *pstats = curlwp->l_proc->p_stats; wapbl_doio_accounting() local