/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_vl15intf.c | 84 cl_atomic_inc(&p_vl->p_stats->qp0_mads_outstanding_on_wire); in vl15_send_mad() 86 cl_atomic_inc(&p_vl->p_stats->qp0_unicasts_sent); in vl15_send_mad() 88 cl_atomic_inc(&p_vl->p_stats->qp0_mads_sent); in vl15_send_mad() 97 p_vl->p_stats->qp0_mads_outstanding_on_wire, in vl15_send_mad() 98 p_vl->p_stats->qp0_mads_outstanding, in vl15_send_mad() 99 p_vl->p_stats->qp0_unicasts_sent, in vl15_send_mad() 100 p_vl->p_stats->qp0_mads_sent); in vl15_send_mad() 115 cl_atomic_dec(&p_vl->p_stats->qp0_mads_sent); in vl15_send_mad() 117 cl_atomic_dec(&p_vl->p_stats->qp0_unicasts_sent); in vl15_send_mad() 181 while (p_vl->p_stats->qp0_mads_outstanding_on_wire >= max_smps && in vl15_poller() [all …]
|
H A D | osm_sm_mad_ctrl.c | 89 outstanding = osm_stats_dec_qp0_outstanding(p_ctrl->p_stats); in sm_mad_ctrl_retire_trans_mad() 92 p_ctrl->p_stats->qp0_mads_outstanding, in sm_mad_ctrl_retire_trans_mad() 158 cl_atomic_dec(&p_ctrl->p_stats->qp0_mads_outstanding_on_wire); in sm_mad_ctrl_update_wire_stats() 162 p_ctrl->p_stats->qp0_mads_outstanding); in sm_mad_ctrl_update_wire_stats() 263 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd_unknown); in sm_mad_ctrl_process_get_resp() 325 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd_unknown); in sm_mad_ctrl_process_get() 394 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd_unknown); in sm_mad_ctrl_process_set() 474 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd_unknown); in sm_mad_ctrl_process_trap() 544 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd_unknown); in sm_mad_ctrl_process_trap_repress() 620 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd); in sm_mad_ctrl_rcv_callback() [all …]
|
H A D | osm_sa_mad_ctrl.c | 265 cl_atomic_inc(&p_ctrl->p_stats->sa_mads_rcvd_unknown); in sa_mad_ctrl_process() 306 cl_atomic_inc(&p_ctrl->p_stats->sa_mads_rcvd); in sa_mad_ctrl_rcv_callback() 309 "%u SA MADs received\n", p_ctrl->p_stats->sa_mads_rcvd); in sa_mad_ctrl_rcv_callback() 320 cl_atomic_inc(&p_ctrl->p_stats->sa_mads_ignored); in sa_mad_ctrl_rcv_callback() 327 cl_atomic_inc(&p_ctrl->p_stats->sa_mads_ignored); in sa_mad_ctrl_rcv_callback() 387 cl_atomic_inc(&p_ctrl->p_stats->sa_mads_rcvd_unknown); in sa_mad_ctrl_rcv_callback() 512 IN osm_stats_t * p_stats, in osm_sa_mad_ctrl_init() argument 528 p_ctrl->p_stats = p_stats; in osm_sa_mad_ctrl_init()
|
H A D | osm_sm.c | 244 IN osm_stats_t * p_stats, in osm_sm_init() argument 297 p_log, p_stats, p_lock, p_disp); in osm_sm_init()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_ll2.c | 2067 struct ecore_ll2_stats *p_stats) in _ecore_ll2_get_port_stats() argument 2077 p_stats->gsi_invalid_hdr += in _ecore_ll2_get_port_stats() 2079 p_stats->gsi_invalid_pkt_length += in _ecore_ll2_get_port_stats() 2081 p_stats->gsi_unsupported_pkt_typ += in _ecore_ll2_get_port_stats() 2083 p_stats->gsi_crcchksm_error += in _ecore_ll2_get_port_stats() 2090 struct ecore_ll2_stats *p_stats) in _ecore_ll2_get_tstats() argument 2103 p_stats->packet_too_big_discard += in _ecore_ll2_get_tstats() 2105 p_stats->no_buff_discard += in _ecore_ll2_get_tstats() 2112 struct ecore_ll2_stats *p_stats) in _ecore_ll2_get_ustats() argument 2125 p_stats->rcv_ucast_bytes += HILO_64_REGPAIR(ustats.rcv_ucast_bytes); in _ecore_ll2_get_ustats() [all …]
|
H A D | ecore_l2.c | 1771 struct ecore_eth_stats *p_stats, in __ecore_get_vport_pstats() argument 1784 p_stats->common.tx_ucast_bytes += in __ecore_get_vport_pstats() 1786 p_stats->common.tx_mcast_bytes += in __ecore_get_vport_pstats() 1788 p_stats->common.tx_bcast_bytes += in __ecore_get_vport_pstats() 1790 p_stats->common.tx_ucast_pkts += in __ecore_get_vport_pstats() 1792 p_stats->common.tx_mcast_pkts += in __ecore_get_vport_pstats() 1794 p_stats->common.tx_bcast_pkts += in __ecore_get_vport_pstats() 1796 p_stats->common.tx_err_drop_pkts += in __ecore_get_vport_pstats() 1802 struct ecore_eth_stats *p_stats) in __ecore_get_vport_tstats() argument 1823 p_stats->common.mftag_filter_discards += in __ecore_get_vport_tstats() [all …]
|
H A D | ecore_ll2_api.h | 325 struct ecore_ll2_stats *p_stats); 341 struct ecore_ll2_stats *p_stats);
|
H A D | ecore_iov_api.h | 603 struct ecore_eth_stats *p_stats); 805 …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
|
H A D | ecore_iscsi_api.h | 320 struct ecore_iscsi_tcp_stats *p_stats,
|
H A D | ecore_sriov.c | 1728 static void ecore_iov_vf_mbx_acquire_stats(struct pfvf_stats_info *p_stats) in ecore_iov_vf_mbx_acquire_stats() argument 1730 p_stats->mstats.address = PXP_VF_BAR0_START_MSDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats() 1733 p_stats->mstats.len = sizeof(struct eth_mstorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats() 1734 p_stats->ustats.address = PXP_VF_BAR0_START_USDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats() 1737 p_stats->ustats.len = sizeof(struct eth_ustorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats() 1738 p_stats->pstats.address = PXP_VF_BAR0_START_PSDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats() 1741 p_stats->pstats.len = sizeof(struct eth_pstorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats() 1742 p_stats->tstats.address = 0; in ecore_iov_vf_mbx_acquire_stats() 1743 p_stats->tstats.len = 0; in ecore_iov_vf_mbx_acquire_stats() 4814 struct ecore_eth_stats *p_stats) in ecore_iov_get_vf_stats() argument [all …]
|
/freebsd/sys/kern/ |
H A D | subr_prof.c | 76 upp = &td->td_proc->p_stats->p_prof; in sys_profil() 117 prof = &td->td_proc->p_stats->p_prof; in addupc_intr() 154 prof = &p->p_stats->p_prof; in addupc_task()
|
H A D | kern_acct.c | 387 timevaladd(&tmp, &p->p_stats->p_start); in acct_process() 390 timevalsub(&tmp, &p->p_stats->p_start); in acct_process()
|
H A D | kern_kthread.c | 89 if (!proc0.p_stats) in kproc_create1() 270 if (!proc0.p_stats) in kthread_add1()
|
H A D | kern_fork.c | 550 pstats_fork(p1->p_stats, p2->p_stats); in do_fork() 711 microuptime(&p2->p_stats->p_start); in do_fork()
|
H A D | tty_info.c | 381 timevalsub(&rtime, &p->p_stats->p_start); in tty_info()
|
H A D | init_main.c | 611 p->p_stats = pstats_alloc(); in proc0_init() 667 microuptime(&p->p_stats->p_start); in proc0_post()
|
H A D | kern_exit.c | 719 ruadd(&p->p_ru, &p->p_rux, &p->p_stats->p_cru, &p->p_crux); in exit1() 999 ruadd(&q->p_stats->p_cru, &q->p_crux, &p->p_ru, &p->p_rux); in proc_reap() 1186 *rup = p->p_stats->p_cru; in proc_to_reap()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_sm_mad_ctrl.h | 105 osm_stats_t *p_stats; member 218 IN osm_stats_t * p_stats,
|
H A D | osm_sa_mad_ctrl.h | 104 osm_stats_t *p_stats; member 221 IN osm_stats_t * p_stats,
|
H A D | osm_vl15intf.h | 130 osm_stats_t *p_stats; member 258 IN osm_log_t * p_log, IN osm_stats_t * p_stats,
|
H A D | osm_sm.h | 276 IN osm_stats_t * p_stats,
|
H A D | osm_sa.h | 355 IN osm_log_t * p_log, IN osm_stats_t * p_stats,
|
/freebsd/sys/fs/procfs/ |
H A D | procfs_status.c | 128 start = p->p_stats->p_start; in procfs_doprocstatus()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clport.c | 727 tl.lval = p->p_stats->p_start.tv_sec; in nfscl_filllockowner() 732 tl.lval = p->p_stats->p_start.tv_usec; in nfscl_filllockowner() 1253 if (p->p_stats == NULL) { in nfscl_procdoesntexist() 1261 if (tl.lval != p->p_stats->p_start.tv_sec) { in nfscl_procdoesntexist() 1268 if (tl.lval != p->p_stats->p_start.tv_usec) in nfscl_procdoesntexist()
|
/freebsd/lib/libkvm/ |
H A D | kvm_proc.c | 230 if ((proc.p_flag & P_INMEM) && proc.p_stats != NULL) { in kvm_proclist() 231 if (KREAD(kd, (u_long)proc.p_stats, &pstats)) { in kvm_proclist() 233 "can't read stats at %x", proc.p_stats); in kvm_proclist()
|