| /freebsd-10-stable/contrib/ofed/management/opensm/include/opensm/ |
| D | 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()
|
| /freebsd-10-stable/sys/dev/pst/ |
| D | pst-raid.c | 216 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()
|
| D | pst-iop.h | 54 int outstanding; member
|
| /freebsd-10-stable/sys/nfs/ |
| D | bootp_subr.c | 143 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/ |
| D | 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()
|
| /freebsd-10-stable/contrib/ofed/management/opensm/opensm/ |
| D | 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()
|
| /freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_hast/ |
| D | 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
|
| /freebsd-10-stable/sys/netipx/ |
| D | README | 38 close() in effects terminates the transfer of any outstanding buffered
|
| /freebsd-10-stable/sys/dev/mps/ |
| D | mps_sas.h | 75 unsigned int outstanding; member
|
| D | mps_sas.c | 1181 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/ |
| D | mpr_sas.h | 78 unsigned int outstanding; member
|
| D | mpr_sas.c | 1242 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/ |
| D | README | 75 outstanding SMPs. -maxsmps <#> indicates the number of outstanding SMPs
|
| /freebsd-10-stable/sys/geom/ |
| D | 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
|
| /freebsd-10-stable/contrib/flex/ |
| D | README | 75 TODO - outstanding bug reports, desired features, etc.
|
| /freebsd-10-stable/sys/dev/mrsas/ |
| D | mrsas_cam.c | 1557 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()
|
| D | mrsas.c | 3190 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/ |
| D | perf-manager-arch.txt | 51 parallelism is configurable with a default of 64 queries outstanding
|
| D | opensm_release_notes_ibg2-2.0.1.txt | 245 Counting the number of outstanding MADs the SM waits for response
|
| /freebsd-10-stable/contrib/ofed/libibverbs/fixes/ |
| D | 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…
|
| /freebsd-10-stable/contrib/serf/ |
| D | LICENSE | 21 outstanding shares, or (iii) beneficial ownership of such entity.
|
| D | CHANGES | 255 Enable limiting the number of outstanding requests
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/ |
| D | License | 73 of more than fifty percent (50%) of the outstanding shares
|
| /freebsd-10-stable/contrib/apr/ |
| D | LICENSE | 21 outstanding shares, or (iii) beneficial ownership of such entity.
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/Docs/ |
| D | cddl1.txt | 73 of more than fifty percent (50%) of the outstanding shares
|