| /freebsd-10-stable/contrib/ofed/management/opensm/opensm/ |
| D | osm_vl15intf.c | 76 cl_atomic_inc(&p_vl->p_stats->qp0_mads_outstanding_on_wire); in vl15_send_mad() 78 cl_atomic_inc(&p_vl->p_stats->qp0_unicasts_sent); in vl15_send_mad() 80 cl_atomic_inc(&p_vl->p_stats->qp0_mads_sent); in vl15_send_mad() 89 p_vl->p_stats->qp0_mads_outstanding_on_wire, in vl15_send_mad() 90 p_vl->p_stats->qp0_mads_outstanding, in vl15_send_mad() 91 p_vl->p_stats->qp0_unicasts_sent, in vl15_send_mad() 92 p_vl->p_stats->qp0_mads_sent); in vl15_send_mad() 107 cl_atomic_dec(&p_vl->p_stats->qp0_mads_sent); in vl15_send_mad() 109 cl_atomic_dec(&p_vl->p_stats->qp0_unicasts_sent); in vl15_send_mad() 160 while ((p_vl->p_stats->qp0_mads_outstanding_on_wire >= in __osm_vl15_poller() [all …]
|
| D | osm_sm_mad_ctrl.c | 86 outstanding = osm_stats_dec_qp0_outstanding(p_ctrl->p_stats); in __osm_sm_mad_ctrl_retire_trans_mad() 89 p_ctrl->p_stats->qp0_mads_outstanding, in __osm_sm_mad_ctrl_retire_trans_mad() 157 cl_atomic_dec(&p_ctrl->p_stats->qp0_mads_outstanding_on_wire); in __osm_sm_mad_ctrl_update_wire_stats() 161 p_ctrl->p_stats->qp0_mads_outstanding); in __osm_sm_mad_ctrl_update_wire_stats() 259 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd_unknown); in __osm_sm_mad_ctrl_process_get_resp() 323 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd_unknown); in __osm_sm_mad_ctrl_process_get() 402 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd_unknown); in __osm_sm_mad_ctrl_process_set() 491 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd_unknown); in __osm_sm_mad_ctrl_process_trap() 565 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd); in __osm_sm_mad_ctrl_rcv_callback() 568 p_ctrl->p_stats->qp0_mads_rcvd); in __osm_sm_mad_ctrl_rcv_callback() [all …]
|
| D | osm_sa_mad_ctrl.c | 255 cl_atomic_inc(&p_ctrl->p_stats->sa_mads_rcvd_unknown); in __osm_sa_mad_ctrl_process() 297 cl_atomic_inc(&p_ctrl->p_stats->sa_mads_rcvd); in __osm_sa_mad_ctrl_rcv_callback() 300 "%u SA MADs received\n", p_ctrl->p_stats->sa_mads_rcvd); in __osm_sa_mad_ctrl_rcv_callback() 311 cl_atomic_inc(&p_ctrl->p_stats->sa_mads_ignored); in __osm_sa_mad_ctrl_rcv_callback() 318 cl_atomic_inc(&p_ctrl->p_stats->sa_mads_ignored); in __osm_sa_mad_ctrl_rcv_callback() 370 cl_atomic_inc(&p_ctrl->p_stats->sa_mads_rcvd_unknown); in __osm_sa_mad_ctrl_rcv_callback() 491 IN osm_stats_t * const p_stats, in osm_sa_mad_ctrl_init() argument 505 p_ctrl->p_stats = p_stats; in osm_sa_mad_ctrl_init()
|
| D | osm_sm.c | 254 IN osm_stats_t * const p_stats, in osm_sm_init() argument 306 p_log, p_stats, p_lock, p_disp); in osm_sm_init()
|
| /freebsd-10-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore_l2.c | 1773 struct ecore_eth_stats *p_stats, in __ecore_get_vport_pstats() argument 1786 p_stats->common.tx_ucast_bytes += in __ecore_get_vport_pstats() 1788 p_stats->common.tx_mcast_bytes += in __ecore_get_vport_pstats() 1790 p_stats->common.tx_bcast_bytes += in __ecore_get_vport_pstats() 1792 p_stats->common.tx_ucast_pkts += in __ecore_get_vport_pstats() 1794 p_stats->common.tx_mcast_pkts += in __ecore_get_vport_pstats() 1796 p_stats->common.tx_bcast_pkts += in __ecore_get_vport_pstats() 1798 p_stats->common.tx_err_drop_pkts += in __ecore_get_vport_pstats() 1804 struct ecore_eth_stats *p_stats) in __ecore_get_vport_tstats() argument 1825 p_stats->common.mftag_filter_discards += in __ecore_get_vport_tstats() [all …]
|
| D | ecore_ll2_api.h | 327 struct ecore_ll2_stats *p_stats); 343 struct ecore_ll2_stats *p_stats);
|
| D | ecore_iov_api.h | 605 struct ecore_eth_stats *p_stats); 808 …UNUSED *p_ptt, int OSAL_UNUSED vfid, struct ecore_eth_stats OSAL_UNUSED *p_stats) { return ECORE_I… in ecore_iov_get_vf_stats() argument
|
| D | ecore_iscsi_api.h | 323 struct ecore_iscsi_tcp_stats *p_stats,
|
| D | ecore_sriov.c | 1731 static void ecore_iov_vf_mbx_acquire_stats(struct pfvf_stats_info *p_stats) in ecore_iov_vf_mbx_acquire_stats() argument 1733 p_stats->mstats.address = PXP_VF_BAR0_START_MSDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats() 1736 p_stats->mstats.len = sizeof(struct eth_mstorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats() 1737 p_stats->ustats.address = PXP_VF_BAR0_START_USDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats() 1740 p_stats->ustats.len = sizeof(struct eth_ustorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats() 1741 p_stats->pstats.address = PXP_VF_BAR0_START_PSDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats() 1744 p_stats->pstats.len = sizeof(struct eth_pstorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats() 1745 p_stats->tstats.address = 0; in ecore_iov_vf_mbx_acquire_stats() 1746 p_stats->tstats.len = 0; in ecore_iov_vf_mbx_acquire_stats() 4817 struct ecore_eth_stats *p_stats) in ecore_iov_get_vf_stats() argument [all …]
|
| /freebsd-10-stable/contrib/ofed/management/opensm/include/opensm/ |
| D | osm_sm_mad_ctrl.h | 105 osm_stats_t *p_stats; member 219 IN osm_stats_t * const p_stats,
|
| D | osm_vl15intf.h | 127 osm_stats_t *p_stats; member 249 IN osm_stats_t * const p_stats,
|
| D | osm_sa_mad_ctrl.h | 102 osm_stats_t *p_stats; member 213 IN osm_stats_t * const p_stats,
|
| D | osm_sa.h | 280 IN osm_stats_t * const p_stats,
|
| D | osm_sm.h | 276 IN osm_stats_t * const p_stats,
|
| /freebsd-10-stable/sys/kern/ |
| D | subr_prof.c | 423 upp = &td->td_proc->p_stats->p_prof; in sys_profil() 468 prof = &td->td_proc->p_stats->p_prof; in addupc_intr() 511 prof = &p->p_stats->p_prof; in addupc_task()
|
| D | kern_kthread.c | 89 if (!proc0.p_stats) in kproc_create() 257 if (!proc0.p_stats) in kthread_add()
|
| D | kern_acct.c | 393 timevaladd(&tmp, &p->p_stats->p_start); in acct_process() 396 timevalsub(&tmp, &p->p_stats->p_start); in acct_process()
|
| D | kern_fork.c | 538 pstats_fork(p1->p_stats, p2->p_stats); in do_fork() 702 microuptime(&p2->p_stats->p_start); in do_fork()
|
| D | tty_info.c | 299 timevalsub(&rtime, &p->p_stats->p_start); in tty_info()
|
| D | kern_clock.c | 432 pstats = p->p_stats; in hardclock_cpu() 520 pstats = p->p_stats; in hardclock_cnt()
|
| D | kern_exit.c | 674 ruadd(&p->p_ru, &p->p_rux, &p->p_stats->p_cru, &p->p_crux); in exit1() 926 ruadd(&q->p_stats->p_cru, &q->p_crux, &p->p_ru, &p->p_rux); in proc_reap() 1110 *rup = p->p_stats->p_cru; in proc_to_reap()
|
| D | init_main.c | 566 p->p_stats = pstats_alloc(); in proc0_init() 619 microuptime(&p->p_stats->p_start); in proc0_post()
|
| /freebsd-10-stable/lib/libkvm/ |
| D | kvm_proc.c | 240 if ((proc.p_flag & P_INMEM) && proc.p_stats != NULL) { in kvm_proclist() 241 if (KREAD(kd, (u_long)proc.p_stats, &pstats)) { in kvm_proclist() 243 "can't read stats at %x", proc.p_stats); in kvm_proclist()
|
| /freebsd-10-stable/sys/fs/procfs/ |
| D | procfs_status.c | 131 start = p->p_stats->p_start; in procfs_doprocstatus()
|
| /freebsd-10-stable/sys/fs/nfsclient/ |
| D | nfs_clport.c | 571 tl.lval = p->p_stats->p_start.tv_sec; in nfscl_filllockowner() 576 tl.lval = p->p_stats->p_start.tv_usec; in nfscl_filllockowner() 1206 if (p->p_stats == NULL) { in nfscl_procdoesntexist() 1214 if (tl.lval != p->p_stats->p_start.tv_sec) { in nfscl_procdoesntexist() 1221 if (tl.lval != p->p_stats->p_start.tv_usec) in nfscl_procdoesntexist()
|