| /NextBSD/contrib/ofed/management/opensm/opensm/ |
| HD | 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 …]
|
| HD | 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 …]
|
| HD | 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()
|
| HD | 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()
|
| /NextBSD/contrib/ofed/management/opensm/include/opensm/ |
| HD | osm_sm_mad_ctrl.h | 105 osm_stats_t *p_stats; member 219 IN osm_stats_t * const p_stats,
|
| HD | osm_vl15intf.h | 127 osm_stats_t *p_stats; member 249 IN osm_stats_t * const p_stats,
|
| HD | osm_sa_mad_ctrl.h | 102 osm_stats_t *p_stats; member 213 IN osm_stats_t * const p_stats,
|
| HD | osm_sa.h | 280 IN osm_stats_t * const p_stats,
|
| HD | osm_sm.h | 276 IN osm_stats_t * const p_stats,
|
| /NextBSD/sys/kern/ |
| HD | 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()
|
| HD | kern_kthread.c | 88 if (!proc0.p_stats) in kproc_create() 255 if (!proc0.p_stats) in kthread_add()
|
| HD | 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()
|
| HD | kern_fork.c | 534 pstats_fork(p1->p_stats, p2->p_stats); in do_fork() 694 microuptime(&p2->p_stats->p_start); in do_fork()
|
| HD | tty_info.c | 299 timevalsub(&rtime, &p->p_stats->p_start); in tty_info()
|
| HD | kern_clock.c | 436 pstats = p->p_stats; in hardclock_cpu() 524 pstats = p->p_stats; in hardclock_cnt()
|
| HD | kern_exit.c | 676 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()
|
| HD | init_main.c | 571 p->p_stats = pstats_alloc(); in proc0_init() 619 microuptime(&p->p_stats->p_start); in proc0_post()
|
| HD | sys_procdesc.c | 518 pstart = pd->pd_proc->p_stats->p_start; in procdesc_stat()
|
| HD | kern_racct.c | 996 timevalsub(&wallclock, &p->p_stats->p_start); in racct_proc_exit() 1231 timevalsub(&wallclock, &p->p_stats->p_start); in racctd()
|
| HD | kern_time.c | 701 *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/ |
| HD | kvm_proc.c | 242 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/ |
| HD | procfs_status.c | 131 start = p->p_stats->p_start; in procfs_doprocstatus()
|
| /NextBSD/sys/fs/nfsclient/ |
| HD | nfs_clport.c | 643 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/ |
| HD | nfs_lock.c | 286 p->p_nlminfo->pid_start = p->p_stats->p_start; in nfs_dolock()
|
| /NextBSD/sys/compat/mach/ |
| HD | mach_traps.c | 158 td->td_proc->p_stats->p_cru.ru_nivcsw++; /* XXXSMP */ in _swtch_pri()
|