| /src/contrib/ofed/opensm/include/opensm/ |
| H A 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()
|
| /src/sys/dev/pst/ |
| H A D | pst-raid.c | 224 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 D | pst-iop.h | 54 int outstanding; member
|
| /src/sys/dev/iser/ |
| H A D | iser_initiator.c | 476 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 D | bootp_subr.c | 146 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 D | quic-connID-retire.md | 9 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 D | quic-ackm.md | 444 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 D | BEGEMOT-HAST-MIB.txt | 323 "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 D | osm_sm_mad_ctrl.c | 75 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 D | osm_congestion_control.c | 434 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 D | mps_sas.h | 73 unsigned int outstanding; member
|
| H A D | mps_sas.c | 1138 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 D | mpr_sas.h | 74 unsigned int outstanding; member
|
| H A D | mpr_sas.c | 1197 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 D | mpi3mr_cam.h | 105 mpi3mr_atomic_t outstanding; member
|
| H A D | mpi3mr_cam.c | 686 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 D | notes | 69 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 D | mrsas_cam.c | 1927 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 D | bhnd_bus_if.m | 695 * 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 D | LICENSE.txt | 22 outstanding shares, or (iii) beneficial ownership of such entity.
|
| /src/sys/contrib/openzfs/module/icp/asm-x86_64/modes/ |
| H A D | THIRDPARTYLICENSE.openssl | 22 outstanding shares, or (iii) beneficial ownership of such entity.
|
| /src/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-quic-introduction.pod | 88 automatically process any outstanding time based events that must be handled.
|
| H A D | openssl-quic-concurrency.pod | 111 into the QUIC domain to ensure that any outstanding QUIC-related timer or
|
| /src/sys/contrib/openzfs/contrib/pyzfs/ |
| H A D | LICENSE | 22 outstanding shares, or (iii) beneficial ownership of such entity.
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/perf/ |
| H A D | perf.shlib | 297 # are any outstanding delays.
|