Home
last modified time | relevance | path

Searched refs:outstanding (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-10-stable/contrib/ofed/management/opensm/include/opensm/
Dosm_stats.h151 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()
/freebsd-10-stable/sys/dev/pst/
Dpst-raid.c216 if (psc->iop->outstanding < (I2O_IOP_OUTBOUND_FRAME_COUNT - 1) && in pst_start()
227 psc->iop->outstanding++; in pst_start()
234 psc->iop->outstanding--; in pst_start()
253 psc->iop->outstanding--; in pst_done()
318 request->psc->iop->outstanding--; in pst_timeout()
325 request->psc->iop->outstanding--; in pst_timeout()
Dpst-iop.h54 int outstanding; member
/freebsd-10-stable/sys/nfs/
Dbootp_subr.c143 int outstanding; member
588 int outstanding; in bootpc_call() local
660 outstanding = 0; in bootpc_call()
675 ifctx->outstanding = 0; in bootpc_call()
683 outstanding++; in bootpc_call()
684 ifctx->outstanding = 1; in bootpc_call()
756 if (outstanding == 0 && in bootpc_call()
864 if (ifctx->outstanding) { in bootpc_call()
865 ifctx->outstanding = 0; in bootpc_call()
866 outstanding--; in bootpc_call()
[all …]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
Dlock.c885 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()
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
Dosm_sm_mad_ctrl.c72 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()
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_hast/
DBEGEMOT-HAST-MIB.txt325 "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
/freebsd-10-stable/sys/netipx/
DREADME38 close() in effects terminates the transfer of any outstanding buffered
/freebsd-10-stable/sys/dev/mps/
Dmps_sas.h75 unsigned int outstanding; member
Dmps_sas.c1181 if (sc->sassc->targets[i].outstanding != 0) in mpssas_handle_reinit()
1183 i, sc->sassc->targets[i].outstanding); in mpssas_handle_reinit()
1186 sc->sassc->targets[i].outstanding = 0; in mpssas_handle_reinit()
1340 if (targ->outstanding == 0) { in mpssas_target_reset_complete()
1360 tm, targ->outstanding); in mpssas_target_reset_complete()
1899 targ->outstanding++; in mpssas_action_scsiio()
1904 __func__, cm, ccb, targ->outstanding); in mpssas_action_scsiio()
2119 cm->cm_targ->outstanding); in mpssas_scsiio_complete()
2144 cm->cm_targ->outstanding--; in mpssas_scsiio_complete()
/freebsd-10-stable/sys/dev/mpr/
Dmpr_sas.h78 unsigned int outstanding; member
Dmpr_sas.c1242 if (sc->sassc->targets[i].outstanding != 0) in mprsas_handle_reinit()
1244 i, sc->sassc->targets[i].outstanding); in mprsas_handle_reinit()
1247 sc->sassc->targets[i].outstanding = 0; in mprsas_handle_reinit()
1399 if (targ->outstanding == 0) { in mprsas_target_reset_complete()
1419 "command(s)\n", tm, targ->outstanding); in mprsas_target_reset_complete()
1851 targ->outstanding++; in mprsas_build_nvme_unmap()
1856 __func__, cm, ccb, targ->outstanding); in mprsas_build_nvme_unmap()
2169 targ->outstanding++; in mprsas_action_scsiio()
2174 __func__, cm, ccb, targ->outstanding); in mprsas_action_scsiio()
2592 cm->cm_targ->outstanding); in mprsas_scsiio_complete()
[all …]
/freebsd-10-stable/contrib/ofed/management/
DREADME75 outstanding SMPs. -maxsmps <#> indicates the number of outstanding SMPs
/freebsd-10-stable/sys/geom/
Dnotes70 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
/freebsd-10-stable/contrib/flex/
DREADME75 TODO - outstanding bug reports, desired features, etc.
/freebsd-10-stable/sys/dev/mrsas/
Dmrsas_cam.c1557 int retCode = FAIL, count, i, outstanding; in mrsas_reset_targets() local
1564 outstanding = mrsas_atomic_read(&sc->fw_outstanding); in mrsas_reset_targets()
1566 if (!outstanding) { in mrsas_reset_targets()
Dmrsas.c3190 int i, outstanding, retval = 0; in mrsas_wait_for_outstanding() local
3221 outstanding = mrsas_atomic_read(&sc->fw_outstanding); in mrsas_wait_for_outstanding()
3222 if (!outstanding) in mrsas_wait_for_outstanding()
3227 "commands to complete\n", i, outstanding); in mrsas_wait_for_outstanding()
/freebsd-10-stable/contrib/ofed/management/opensm/doc/
Dperf-manager-arch.txt51 parallelism is configurable with a default of 64 queries outstanding
Dopensm_release_notes_ibg2-2.0.1.txt245 Counting the number of outstanding MADs the SM waits for response
/freebsd-10-stable/contrib/ofed/libibverbs/fixes/
DXRC_man_pages.patch198 +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…
/freebsd-10-stable/contrib/serf/
DLICENSE21 outstanding shares, or (iii) beneficial ownership of such entity.
DCHANGES255 Enable limiting the number of outstanding requests
/freebsd-10-stable/cddl/contrib/dtracetoolkit/
DLicense73 of more than fifty percent (50%) of the outstanding shares
/freebsd-10-stable/contrib/apr/
DLICENSE21 outstanding shares, or (iii) beneficial ownership of such entity.
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Docs/
Dcddl1.txt73 of more than fifty percent (50%) of the outstanding shares

12