Searched refs:p_stats (Results 1 – 20 of 20) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_l2.c | 1743 p_stats->common.tx_ucast_bytes += in __ecore_get_vport_pstats() 1745 p_stats->common.tx_mcast_bytes += in __ecore_get_vport_pstats() 1747 p_stats->common.tx_bcast_bytes += in __ecore_get_vport_pstats() 1749 p_stats->common.tx_ucast_pkts += in __ecore_get_vport_pstats() 1751 p_stats->common.tx_mcast_pkts += in __ecore_get_vport_pstats() 1753 p_stats->common.tx_bcast_pkts += in __ecore_get_vport_pstats() 1820 p_stats->common.rx_ucast_bytes += in __ecore_get_vport_ustats() 1826 p_stats->common.rx_ucast_pkts += in __ecore_get_vport_ustats() 1828 p_stats->common.rx_mcast_pkts += in __ecore_get_vport_ustats() 1830 p_stats->common.rx_bcast_pkts += in __ecore_get_vport_ustats() [all …]
|
| H A D | ecore_iov_api.h | 610 struct ecore_eth_stats *p_stats);
|
| H A D | ecore_sriov.c | 1753 static void ecore_iov_vf_mbx_acquire_stats(struct pfvf_stats_info *p_stats) in ecore_iov_vf_mbx_acquire_stats() argument 1755 p_stats->mstats.address = PXP_VF_BAR0_START_MSDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats() 1758 p_stats->mstats.len = sizeof(struct eth_mstorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats() 1759 p_stats->ustats.address = PXP_VF_BAR0_START_USDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats() 1762 p_stats->ustats.len = sizeof(struct eth_ustorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats() 1763 p_stats->pstats.address = PXP_VF_BAR0_START_PSDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats() 1766 p_stats->pstats.len = sizeof(struct eth_pstorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats() 1767 p_stats->tstats.address = 0; in ecore_iov_vf_mbx_acquire_stats() 1768 p_stats->tstats.len = 0; in ecore_iov_vf_mbx_acquire_stats() 4937 struct ecore_eth_stats *p_stats) in ecore_iov_get_vf_stats() argument [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | subr_prof.c | 426 upp = &td->td_proc->p_stats->p_prof; in sys_profil() 467 prof = &td->td_proc->p_stats->p_prof; in addupc_intr() 506 prof = &p->p_stats->p_prof; in addupc_task()
|
| H A D | kern_kthread.c | 93 if (!proc0.p_stats) in kproc_create() 270 if (!proc0.p_stats) in kthread_add()
|
| H A D | kern_acct.c | 402 timevaladd(&tmp, &p->p_stats->p_start); in acct_process() 405 timevalsub(&tmp, &p->p_stats->p_start); in acct_process()
|
| H A D | kern_fork.c | 531 pstats_fork(p1->p_stats, p2->p_stats); in do_fork() 686 microuptime(&p2->p_stats->p_start); in do_fork()
|
| H A D | tty_info.c | 383 timevalsub(&rtime, &p->p_stats->p_start); in tty_info()
|
| H A D | kern_exit.c | 681 ruadd(&p->p_ru, &p->p_rux, &p->p_stats->p_cru, &p->p_crux); in exit1() 934 ruadd(&q->p_stats->p_cru, &q->p_crux, &p->p_ru, &p->p_rux); in proc_reap() 1125 *rup = p->p_stats->p_cru; in proc_to_reap()
|
| H A D | init_main.c | 591 p->p_stats = pstats_alloc(); in proc0_init() 647 microuptime(&p->p_stats->p_start); in proc0_post()
|
| H A D | sys_procdesc.c | 530 pstart = pd->pd_proc->p_stats->p_start; in procdesc_stat()
|
| H A D | kern_racct.c | 1014 timevalsub(&wallclock, &p->p_stats->p_start); in racct_proc_exit() 1271 timevalsub(&wallclock, &p->p_stats->p_start); in racctd()
|
| H A D | kern_time.c | 781 *aitv = p->p_stats->p_timer[which]; in kern_getitimer() 873 *oitv = p->p_stats->p_timer[which]; in kern_setitimer() 874 p->p_stats->p_timer[which] = *aitv; in kern_setitimer()
|
| H A D | kern_clock.c | 482 pstats = p->p_stats; in hardclock()
|
| H A D | kern_proc.c | 276 p->p_stats = pstats_alloc(); in proc_init() 293 pstats_free(p->p_stats); in proc_fini() 1130 kp->ki_start = p->p_stats->p_start; in fill_kinfo_proc_only()
|
| H A D | kern_resource.c | 1076 *rup = p->p_stats->p_cru; in kern_getrusage()
|
| /f-stack/lib/ |
| H A D | ff_init_main.c | 492 p->p_stats = pstats_alloc(); in proc0_init()
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_misc.c | 3097 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 D | ar9300.h | 1567 extern void ar9300_get_vow_stats(struct ath_hal *ah, HAL_VOWSTATS *p_stats,
|
| /f-stack/freebsd/sys/ |
| H A D | proc.h | 604 struct pstats *p_stats; /* (b) Accounting/statistics (CPU). */ member
|