Home
last modified time | relevance | path

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

123

/src/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()
/src/sys/dev/pst/
H A Dpst-raid.c224 if (psc->iop->outstanding < (I2O_IOP_OUTBOUND_FRAME_COUNT - 1) && in pst_start()
236 psc->iop->outstanding++; in pst_start()
243 psc->iop->outstanding--; in pst_start()
262 psc->iop->outstanding--; in pst_done()
328 request->psc->iop->outstanding--; in pst_timeout()
334 request->psc->iop->outstanding--; in pst_timeout()
H A Dpst-iop.h54 int outstanding; member
/src/sys/dev/iser/
H A Diser_initiator.c476 int outstanding, count, err; in iser_rcv_completion() local
515 outstanding = ib_conn->post_recv_buf_count; in iser_rcv_completion()
516 if (outstanding + iser_conn->min_posted_rx <= iser_conn->qp_max_recv_dtos) { in iser_rcv_completion()
517 count = min(iser_conn->qp_max_recv_dtos - outstanding, in iser_rcv_completion()
/src/sys/nfs/
H A Dbootp_subr.c146 int outstanding; member
494 int outstanding; in bootpc_call() local
565 outstanding = 0; in bootpc_call()
580 ifctx->outstanding = 0; in bootpc_call()
588 outstanding++; in bootpc_call()
589 ifctx->outstanding = 1; in bootpc_call()
661 if (outstanding == 0 && in bootpc_call()
769 if (ifctx->outstanding) { in bootpc_call()
770 ifctx->outstanding = 0; in bootpc_call()
771 outstanding--; in bootpc_call()
[all …]
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-connID-retire.md9 MVP does most of one side of the CID management. The major outstanding items
66 * retired routes where we've outstanding data to send will have that data
H A Dquic-ackm.md444 of each type which are outstanding. In short:
454 - `pto` designates the number of ACK-eliciting outstanding probe events
459 outstanding requests by calling `ossl_ackm_get_probe_request` with `clear` set
/src/usr.sbin/bsnmpd/modules/snmp_hast/
H A DBEGEMOT-HAST-MIB.txt323 "Number of outstanding I/O requests to the local component."
331 "Number of outstanding I/O requests to send to the remote
340 "Number of outstanding I/O requests waiting for response
/src/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()
/src/sys/dev/mps/
H A Dmps_sas.h73 unsigned int outstanding; member
H A Dmps_sas.c1138 if (sc->sassc->targets[i].outstanding != 0) in mpssas_handle_reinit()
1140 i, sc->sassc->targets[i].outstanding); in mpssas_handle_reinit()
1143 sc->sassc->targets[i].outstanding = 0; in mpssas_handle_reinit()
1313 if (targ->outstanding == 0) { in mpssas_target_reset_complete()
1334 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()
/src/sys/dev/mpr/
H A Dmpr_sas.h74 unsigned int outstanding; member
H A Dmpr_sas.c1197 if (sc->sassc->targets[i].outstanding != 0) in mprsas_handle_reinit()
1199 i, sc->sassc->targets[i].outstanding); in mprsas_handle_reinit()
1202 sc->sassc->targets[i].outstanding = 0; in mprsas_handle_reinit()
1373 if (targ->outstanding == 0) { in mprsas_target_reset_complete()
1395 targ->outstanding); in mprsas_target_reset_complete()
1826 targ->outstanding++; in mprsas_build_nvme_unmap()
1831 __func__, cm, ccb, targ->outstanding); in mprsas_build_nvme_unmap()
2150 targ->outstanding++; in mprsas_action_scsiio()
2155 __func__, cm, ccb, targ->outstanding); in mprsas_action_scsiio()
2446 cm->cm_targ->outstanding, csio->scsi_status, in mprsas_scsiio_complete()
[all …]
/src/sys/dev/mpi3mr/
H A Dmpi3mr_cam.h105 mpi3mr_atomic_t outstanding; member
H A Dmpi3mr_cam.c686 if (mpi3mr_atomic_read(&tgtdev->outstanding)) { in mpi3mr_issue_tm()
781 if (mpi3mr_atomic_read(&target->outstanding)) { in mpi3mr_target_reset()
1272 mpi3mr_atomic_inc(&targ->outstanding); in mpi3mr_enqueue_request()
1853 target_outstanding = mpi3mr_atomic_read(&target->outstanding); in mpi3mr_remove_device_from_os()
1858 target_outstanding = mpi3mr_atomic_read(&target->outstanding); in mpi3mr_remove_device_from_os()
1860 target_outstanding = mpi3mr_atomic_read(&target->outstanding); in mpi3mr_remove_device_from_os()
/src/sys/geom/
H A Dnotes69 If in g_io_request() we find that there are no outstanding requests,
72 are no outstanding requests, and as long as there is only one thread
/src/sys/dev/mrsas/
H A Dmrsas_cam.c1927 int retCode = FAIL, count, i, outstanding; in mrsas_reset_targets() local
1934 outstanding = mrsas_atomic_read(&sc->fw_outstanding); in mrsas_reset_targets()
1936 if (!outstanding) { in mrsas_reset_targets()
/src/sys/dev/bhnd/
H A Dbhnd_bus_if.m695 * outstanding PMU requests are discarded.
758 * @note Any outstanding PMU clock requests will be discarded upon calling
787 * @note Any outstanding PMU clock requests will be discarded upon calling
812 * @note Any outstanding PMU resource requests will be released upon calling
/src/crypto/openssl/
H A DLICENSE.txt22 outstanding shares, or (iii) beneficial ownership of such entity.
/src/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.openssl22 outstanding shares, or (iii) beneficial ownership of such entity.
/src/crypto/openssl/doc/man7/
H A Dossl-guide-quic-introduction.pod88 automatically process any outstanding time based events that must be handled.
H A Dopenssl-quic-concurrency.pod111 into the QUIC domain to ensure that any outstanding QUIC-related timer or
/src/sys/contrib/openzfs/contrib/pyzfs/
H A DLICENSE22 outstanding shares, or (iii) beneficial ownership of such entity.
/src/sys/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib297 # are any outstanding delays.

123