Home
last modified time | relevance | path

Searched refs:p_stats (Results 1 – 25 of 32) sorted by relevance

12

/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_vl15intf.c76 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 …]
HDosm_sm_mad_ctrl.c86 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 …]
HDosm_sa_mad_ctrl.c255 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()
HDosm_sm.c254 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()
/NextBSD/contrib/ofed/management/opensm/include/opensm/
HDosm_sm_mad_ctrl.h105 osm_stats_t *p_stats; member
219 IN osm_stats_t * const p_stats,
HDosm_vl15intf.h127 osm_stats_t *p_stats; member
249 IN osm_stats_t * const p_stats,
HDosm_sa_mad_ctrl.h102 osm_stats_t *p_stats; member
213 IN osm_stats_t * const p_stats,
HDosm_sa.h280 IN osm_stats_t * const p_stats,
HDosm_sm.h276 IN osm_stats_t * const p_stats,
/NextBSD/sys/kern/
HDsubr_prof.c423 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()
HDkern_kthread.c88 if (!proc0.p_stats) in kproc_create()
255 if (!proc0.p_stats) in kthread_add()
HDkern_acct.c393 timevaladd(&tmp, &p->p_stats->p_start); in acct_process()
396 timevalsub(&tmp, &p->p_stats->p_start); in acct_process()
HDkern_fork.c534 pstats_fork(p1->p_stats, p2->p_stats); in do_fork()
694 microuptime(&p2->p_stats->p_start); in do_fork()
HDtty_info.c299 timevalsub(&rtime, &p->p_stats->p_start); in tty_info()
HDkern_clock.c436 pstats = p->p_stats; in hardclock_cpu()
524 pstats = p->p_stats; in hardclock_cnt()
HDkern_exit.c676 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()
1119 *rup = p->p_stats->p_cru; in proc_to_reap()
HDinit_main.c571 p->p_stats = pstats_alloc(); in proc0_init()
619 microuptime(&p->p_stats->p_start); in proc0_post()
HDsys_procdesc.c518 pstart = pd->pd_proc->p_stats->p_start; in procdesc_stat()
HDkern_racct.c996 timevalsub(&wallclock, &p->p_stats->p_start); in racct_proc_exit()
1231 timevalsub(&wallclock, &p->p_stats->p_start); in racctd()
HDkern_time.c701 *aitv = p->p_stats->p_timer[which]; in kern_getitimer()
785 *oitv = p->p_stats->p_timer[which]; in kern_setitimer()
786 p->p_stats->p_timer[which] = *aitv; in kern_setitimer()
/NextBSD/lib/libkvm/
HDkvm_proc.c242 if ((proc.p_flag & P_INMEM) && proc.p_stats != NULL) { in kvm_proclist()
243 if (KREAD(kd, (u_long)proc.p_stats, &pstats)) { in kvm_proclist()
245 "can't read stats at %x", proc.p_stats); in kvm_proclist()
/NextBSD/sys/fs/procfs/
HDprocfs_status.c131 start = p->p_stats->p_start; in procfs_doprocstatus()
/NextBSD/sys/fs/nfsclient/
HDnfs_clport.c643 tl.lval = p->p_stats->p_start.tv_sec; in nfscl_filllockowner()
648 tl.lval = p->p_stats->p_start.tv_usec; in nfscl_filllockowner()
1269 if (p->p_stats == NULL) { in nfscl_procdoesntexist()
1277 if (tl.lval != p->p_stats->p_start.tv_sec) { in nfscl_procdoesntexist()
1284 if (tl.lval != p->p_stats->p_start.tv_usec) in nfscl_procdoesntexist()
/NextBSD/sys/nfs/
HDnfs_lock.c286 p->p_nlminfo->pid_start = p->p_stats->p_start; in nfs_dolock()
/NextBSD/sys/compat/mach/
HDmach_traps.c158 td->td_proc->p_stats->p_cru.ru_nivcsw++; /* XXXSMP */ in _swtch_pri()

12