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

12

/freebsd-12-stable/sys/kern/
H A Dkern_racct.c1002 timevalsub(&wallclock, &p->p_stats->p_start);
1245 timevalsub(&wallclock, &p->p_stats->p_start);
H A Dinit_main.c585 p->p_stats = pstats_alloc();
638 microuptime(&p->p_stats->p_start);
H A Dkern_time.c719 * time timers are kept in the p_stats area, since they can be swapped out.
784 *aitv = p->p_stats->p_timer[which];
876 *oitv = p->p_stats->p_timer[which];
877 p->p_stats->p_timer[which] = *aitv;
H A Dkern_clock.c454 pstats = p->p_stats;
H A Dkern_resource.c1064 *rup = p->p_stats->p_cru;
H A Dkern_proc.c273 p->p_stats = pstats_alloc();
291 pstats_free(p->p_stats);
1031 kp->ki_start = p->p_stats->p_start;
1247 * Copy parts of p_stats; zero the rest of p_stats (statistics).
/freebsd-12-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-12-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-12-stable/sys/sys/
H A Dproc.h579 struct pstats *p_stats; /* (b) Accounting/statistics (CPU). */ member in struct:proc
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3700 nfsd_master_start = procp->p_stats->p_start;
3804 procp->p_stats->p_start.tv_sec ==
3806 procp->p_stats->p_start.tv_usec ==

Completed in 220 milliseconds

12