Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/ofed/opensm/include/opensm/
H A 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-13.1/sys/dev/pst/
H A Dpst-raid.c219 if (psc->iop->outstanding < (I2O_IOP_OUTBOUND_FRAME_COUNT - 1) && in pst_start()
231 psc->iop->outstanding++; in pst_start()
238 psc->iop->outstanding--; in pst_start()
257 psc->iop->outstanding--; in pst_done()
323 request->psc->iop->outstanding--; in pst_timeout()
329 request->psc->iop->outstanding--; in pst_timeout()
H A Dpst-iop.h56 int outstanding; member
/freebsd-13.1/sys/dev/iser/
H A Diser_initiator.c477 int outstanding, count, err; in iser_rcv_completion() local
516 outstanding = ib_conn->post_recv_buf_count; in iser_rcv_completion()
517 if (outstanding + iser_conn->min_posted_rx <= iser_conn->qp_max_recv_dtos) { in iser_rcv_completion()
518 count = min(iser_conn->qp_max_recv_dtos - outstanding, in iser_rcv_completion()
/freebsd-13.1/sys/nfs/
H A Dbootp_subr.c148 int outstanding; member
500 int outstanding; in bootpc_call() local
571 outstanding = 0; in bootpc_call()
586 ifctx->outstanding = 0; in bootpc_call()
594 outstanding++; in bootpc_call()
595 ifctx->outstanding = 1; in bootpc_call()
667 if (outstanding == 0 && in bootpc_call()
775 if (ifctx->outstanding) { in bootpc_call()
776 ifctx->outstanding = 0; in bootpc_call()
777 outstanding--; in bootpc_call()
[all …]
/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_hast/
H A 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-13.1/sys/contrib/device-tree/Bindings/net/
H A Dsnps,dwmac.yaml135 * snps,wr_osr_lmt, max write outstanding req. limit
136 * snps,rd_osr_lmt, max read outstanding req. limit
189 * snps,high_credit, max write outstanding req. limit
190 * snps,low_credit, max read outstanding req. limit
/freebsd-13.1/contrib/ofed/opensm/opensm/
H A Dosm_sm_mad_ctrl.c75 uint32_t outstanding; in sm_mad_ctrl_retire_trans_mad() local
89 outstanding = osm_stats_dec_qp0_outstanding(p_ctrl->p_stats); in sm_mad_ctrl_retire_trans_mad()
93 outstanding ? "" : ": wire is clean."); in sm_mad_ctrl_retire_trans_mad()
H A Dosm_congestion_control.c434 uint32_t outstanding; in decrement_outstanding_mads() local
436 outstanding = cl_atomic_dec(&p_cc->outstanding_mads); in decrement_outstanding_mads()
437 if (!outstanding) in decrement_outstanding_mads()
/freebsd-13.1/sys/dev/mps/
H A Dmps_sas.h75 unsigned int outstanding; member
H A Dmps_sas.c1147 if (sc->sassc->targets[i].outstanding != 0) in mpssas_handle_reinit()
1149 i, sc->sassc->targets[i].outstanding); in mpssas_handle_reinit()
1152 sc->sassc->targets[i].outstanding = 0; in mpssas_handle_reinit()
1322 if (targ->outstanding == 0) { in mpssas_target_reset_complete()
1343 targ->outstanding); in mpssas_target_reset_complete()
1893 targ->outstanding++; in mpssas_action_scsiio()
1898 __func__, cm, ccb, targ->outstanding); in mpssas_action_scsiio()
1975 cm->cm_targ->outstanding); in mpssas_scsiio_complete()
2000 cm->cm_targ->outstanding--; in mpssas_scsiio_complete()
/freebsd-13.1/sys/dev/mpr/
H A Dmpr_sas.h76 unsigned int outstanding; member
H A Dmpr_sas.c1201 if (sc->sassc->targets[i].outstanding != 0) in mprsas_handle_reinit()
1203 i, sc->sassc->targets[i].outstanding); in mprsas_handle_reinit()
1206 sc->sassc->targets[i].outstanding = 0; in mprsas_handle_reinit()
1377 if (targ->outstanding == 0) { in mprsas_target_reset_complete()
1399 targ->outstanding); in mprsas_target_reset_complete()
1830 targ->outstanding++; in mprsas_build_nvme_unmap()
1835 __func__, cm, ccb, targ->outstanding); in mprsas_build_nvme_unmap()
2145 targ->outstanding++; in mprsas_action_scsiio()
2150 __func__, cm, ccb, targ->outstanding); in mprsas_action_scsiio()
2441 cm->cm_targ->outstanding, csio->scsi_status, in mprsas_scsiio_complete()
[all …]
/freebsd-13.1/sys/geom/
H A 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-13.1/contrib/googletest/
H A DREADME.md97 to these platforms, Google Test may have outstanding issues there. If
/freebsd-13.1/sys/dev/mrsas/
H A Dmrsas_cam.c1981 int retCode = FAIL, count, i, outstanding; in mrsas_reset_targets() local
1988 outstanding = mrsas_atomic_read(&sc->fw_outstanding); in mrsas_reset_targets()
1990 if (!outstanding) { in mrsas_reset_targets()
H A Dmrsas.c3527 int i, outstanding, retval = 0; in mrsas_wait_for_outstanding() local
3557 outstanding = mrsas_atomic_read(&sc->fw_outstanding); in mrsas_wait_for_outstanding()
3558 if (!outstanding) in mrsas_wait_for_outstanding()
3563 "commands to complete\n", i, outstanding); in mrsas_wait_for_outstanding()
/freebsd-13.1/sys/dev/bhnd/
H A Dbhnd_bus_if.m696 * outstanding PMU requests are discarded.
759 * @note Any outstanding PMU clock requests will be discarded upon calling
788 * @note Any outstanding PMU clock requests will be discarded upon calling
813 * @note Any outstanding PMU resource requests will be released upon calling
/freebsd-13.1/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.openssl22 outstanding shares, or (iii) beneficial ownership of such entity.
/freebsd-13.1/contrib/llvm-project/lldb/docs/design/
H A Dreproducers.rst189 outstanding work, limitations and known issues.
/freebsd-13.1/contrib/googletest/googlemock/scripts/generator/
H A DLICENSE22 outstanding shares, or (iii) beneficial ownership of such entity.
/freebsd-13.1/contrib/serf/
H A DLICENSE21 outstanding shares, or (iii) beneficial ownership of such entity.
/freebsd-13.1/sys/contrib/openzfs/contrib/pyzfs/
H A DLICENSE22 outstanding shares, or (iii) beneficial ownership of such entity.
/freebsd-13.1/crypto/openssl/doc/man3/
H A DASYNC_start_job.pod44 outstanding for the thread when ASYNC_cleanup_thread() is called. Failing to
H A DSSL_CTX_set_verify.pod198 Only one certificate request may be outstanding at any time.

123