Searched refs:p_stats (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-13-stable/sys/kern/
H A Dinit_main.c592 p->p_stats = pstats_alloc();
648 microuptime(&p->p_stats->p_start);
H A Dkern_racct.c1014 timevalsub(&wallclock, &p->p_stats->p_start);
1271 timevalsub(&wallclock, &p->p_stats->p_start);
H A Dkern_time.c718 * time timers are kept in the p_stats area, since they can be swapped out.
783 *aitv = p->p_stats->p_timer[which];
875 *oitv = p->p_stats->p_timer[which];
876 p->p_stats->p_timer[which] = *aitv;
H A Dkern_clock.c482 pstats = p->p_stats;
H A Dkern_resource.c1076 *rup = p->p_stats->p_cru;
H A Dkern_proc.c279 p->p_stats = pstats_alloc();
296 pstats_free(p->p_stats);
1133 kp->ki_start = p->p_stats->p_start;
1349 * Copy parts of p_stats; zero the rest of p_stats (statistics).
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c3097 struct ath_hal *ah, HAL_VOWSTATS* p_stats, u_int8_t vow_reg_flags)
3100 p_stats->tx_frame_count = OS_REG_READ(ah, AR_TFCNT);
3103 p_stats->rx_frame_count = OS_REG_READ(ah, AR_RFCNT);
3106 p_stats->rx_clear_count = OS_REG_READ(ah, AR_RCCNT);
3109 p_stats->cycle_count = OS_REG_READ(ah, AR_CCCNT);
3112 p_stats->ext_cycle_count = OS_REG_READ(ah, AR_EXTRCCNT);
H A Dar9300.h1567 extern void ar9300_get_vow_stats(struct ath_hal *ah, HAL_VOWSTATS *p_stats,
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa.c162 IN osm_log_t * p_log, IN osm_stats_t * p_stats,
183 p_sa->p_vendor, p_subn, p_log, p_stats,
159 osm_sa_init(IN osm_sm_t * p_sm, IN osm_sa_t * p_sa, IN osm_subn_t * p_subn, IN osm_vendor_t * p_vendor, IN osm_mad_pool_t * p_mad_pool, IN osm_log_t * p_log, IN osm_stats_t * p_stats, IN cl_dispatcher_t * p_disp, IN cl_dispatcher_t * p_set_disp, IN cl_plock_t * p_lock) argument
/freebsd-13-stable/sys/sys/
H A Dproc.h611 struct pstats *p_stats; /* (b) Accounting/statistics (CPU). */ member in struct:proc
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3946 nfsd_master_start = procp->p_stats->p_start;
4050 procp->p_stats->p_start.tv_sec ==
4052 procp->p_stats->p_start.tv_usec ==

Completed in 277 milliseconds

12