| /NextBSD/contrib/ofed/management/opensm/include/opensm/ |
| HD | osm_stats.h | 151 uint32_t outstanding; in osm_stats_inc_qp0_outstanding() local 155 outstanding = ++stats->qp0_mads_outstanding; in osm_stats_inc_qp0_outstanding() 158 outstanding = cl_atomic_inc(&stats->qp0_mads_outstanding); in osm_stats_inc_qp0_outstanding() 161 return outstanding; in osm_stats_inc_qp0_outstanding() 166 uint32_t outstanding; in osm_stats_dec_qp0_outstanding() local 170 outstanding = --stats->qp0_mads_outstanding; in osm_stats_dec_qp0_outstanding() 171 if (!outstanding) in osm_stats_dec_qp0_outstanding() 175 outstanding = cl_atomic_dec(&stats->qp0_mads_outstanding); in osm_stats_dec_qp0_outstanding() 176 if (!outstanding) in osm_stats_dec_qp0_outstanding() 180 return outstanding; in osm_stats_dec_qp0_outstanding()
|
| /NextBSD/sys/dev/pst/ |
| HD | pst-raid.c | 216 if (psc->iop->outstanding < (I2O_IOP_OUTBOUND_FRAME_COUNT - 1) && in pst_start() 228 psc->iop->outstanding++; in pst_start() 235 psc->iop->outstanding--; in pst_start() 254 psc->iop->outstanding--; in pst_done() 319 request->psc->iop->outstanding--; in pst_timeout() 325 request->psc->iop->outstanding--; in pst_timeout()
|
| HD | pst-iop.h | 54 int outstanding; member
|
| /NextBSD/sys/nfs/ |
| HD | bootp_subr.c | 143 int outstanding; member 586 int outstanding; in bootpc_call() local 658 outstanding = 0; in bootpc_call() 673 ifctx->outstanding = 0; in bootpc_call() 681 outstanding++; in bootpc_call() 682 ifctx->outstanding = 1; in bootpc_call() 754 if (outstanding == 0 && in bootpc_call() 862 if (ifctx->outstanding) { in bootpc_call() 863 ifctx->outstanding = 0; in bootpc_call() 864 outstanding--; in bootpc_call() [all …]
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_x/ |
| HD | lock.c | 885 int i, outstanding = 0; in lock_body() local 914 ++outstanding; in lock_body() 940 while (outstanding) in lock_body() 994 --outstanding; in lock_body() 1088 int i, max_components = 0, outstanding = 0; in unlock_body() local 1125 ++outstanding; in unlock_body()
|
| /NextBSD/contrib/ofed/management/opensm/opensm/ |
| HD | osm_sm_mad_ctrl.c | 72 uint32_t outstanding; in __osm_sm_mad_ctrl_retire_trans_mad() local 86 outstanding = osm_stats_dec_qp0_outstanding(p_ctrl->p_stats); in __osm_sm_mad_ctrl_retire_trans_mad() 90 outstanding ? "" : ": wire is clean."); in __osm_sm_mad_ctrl_retire_trans_mad()
|
| /NextBSD/usr.sbin/bsnmpd/modules/snmp_hast/ |
| HD | BEGEMOT-HAST-MIB.txt | 325 "Number of outstanding I/O requests to the local component." 333 "Number of outstanding I/O requests to send to the remote 342 "Number of outstanding I/O requests waiting for response
|
| /NextBSD/sys/dev/mps/ |
| HD | mps_sas.h | 75 unsigned int outstanding; member
|
| HD | mps_sas.c | 1148 if (sc->sassc->targets[i].outstanding != 0) in mpssas_handle_reinit() 1150 i, sc->sassc->targets[i].outstanding); in mpssas_handle_reinit() 1153 sc->sassc->targets[i].outstanding = 0; in mpssas_handle_reinit() 1307 if (targ->outstanding == 0) { in mpssas_target_reset_complete() 1327 tm, targ->outstanding); in mpssas_target_reset_complete() 1865 targ->outstanding++; in mpssas_action_scsiio() 1870 __func__, cm, ccb, targ->outstanding); in mpssas_action_scsiio() 2085 cm->cm_targ->outstanding); in mpssas_scsiio_complete() 2110 cm->cm_targ->outstanding--; in mpssas_scsiio_complete()
|
| /NextBSD/sys/dev/mpr/ |
| HD | mpr_sas.h | 78 unsigned int outstanding; member
|
| HD | mpr_sas.c | 1202 if (sc->sassc->targets[i].outstanding != 0) in mprsas_handle_reinit() 1204 i, sc->sassc->targets[i].outstanding); in mprsas_handle_reinit() 1207 sc->sassc->targets[i].outstanding = 0; in mprsas_handle_reinit() 1360 if (targ->outstanding == 0) { in mprsas_target_reset_complete() 1380 "command(s)\n", tm, targ->outstanding); in mprsas_target_reset_complete() 1934 targ->outstanding++; in mprsas_action_scsiio() 1939 __func__, cm, ccb, targ->outstanding); in mprsas_action_scsiio() 2160 cm->cm_targ->outstanding); in mprsas_scsiio_complete() 2185 cm->cm_targ->outstanding--; in mprsas_scsiio_complete()
|
| /NextBSD/contrib/ofed/management/ |
| HD | README | 75 outstanding SMPs. -maxsmps <#> indicates the number of outstanding SMPs
|
| /NextBSD/sys/ofed/drivers/infiniband/core/ |
| HD | mad_priv.h | 227 unsigned long outstanding; member
|
| HD | mad.c | 488 if (cc_obj->outstanding > 0) in sa_cc_mad_done() 489 cc_obj->outstanding--; in sa_cc_mad_done() 524 if (cc_obj->outstanding < MAX_OUTSTANDING_SA_MADS) { in sa_cc_mad_send() 525 cc_obj->outstanding++; in sa_cc_mad_send() 553 cc_obj->outstanding = 0; in sa_cc_init()
|
| /NextBSD/sys/geom/ |
| HD | notes | 70 If in g_io_request() we find that there are no outstanding requests, 73 are no outstanding requests, and as long as there is only one thread
|
| /NextBSD/contrib/flex/ |
| HD | README | 75 TODO - outstanding bug reports, desired features, etc.
|
| /NextBSD/crypto/openssh/ |
| HD | sftp.0 | 170 Specify how many requests may be outstanding at any one time. 172 increase memory usage. The default is 64 outstanding requests.
|
| /NextBSD/contrib/ofed/management/opensm/doc/ |
| HD | perf-manager-arch.txt | 51 parallelism is configurable with a default of 64 queries outstanding
|
| HD | opensm_release_notes-3.1.10.txt | 273 * Fix outstanding mad counters tracking on the error paths.
|
| /NextBSD/sys/dev/mrsas/ |
| HD | mrsas.c | 2945 int i, outstanding, retval = 0; in mrsas_wait_for_outstanding() local 2965 outstanding = mrsas_atomic_read(&sc->fw_outstanding); in mrsas_wait_for_outstanding() 2966 if (!outstanding) in mrsas_wait_for_outstanding() 2971 "commands to complete\n", i, outstanding); in mrsas_wait_for_outstanding()
|
| /NextBSD/contrib/ofed/libibverbs/fixes/ |
| HD | XRC_man_pages.patch | 198 +uint8_t max_rd_atomic; /* Number of outstanding RDMA reads & atomic opera… 463 +uint8_t max_rd_atomic; /* Number of outstanding RDMA reads & atomic operatio…
|
| /NextBSD/contrib/serf/ |
| HD | LICENSE | 21 outstanding shares, or (iii) beneficial ownership of such entity.
|
| HD | CHANGES | 255 Enable limiting the number of outstanding requests
|
| /NextBSD/cddl/contrib/dtracetoolkit/Docs/ |
| HD | cddl1.txt | 73 of more than fifty percent (50%) of the outstanding shares
|
| /NextBSD/contrib/apr/ |
| HD | LICENSE | 21 outstanding shares, or (iii) beneficial ownership of such entity.
|