| /freebsd-13.1/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()
|
| /freebsd-13.1/sys/dev/pst/ |
| H A D | pst-raid.c | 219 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 D | pst-iop.h | 56 int outstanding; member
|
| /freebsd-13.1/sys/dev/iser/ |
| H A D | iser_initiator.c | 477 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 D | bootp_subr.c | 148 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 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-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | snps,dwmac.yaml | 135 * 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 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()
|
| /freebsd-13.1/sys/dev/mps/ |
| H A D | mps_sas.h | 75 unsigned int outstanding; member
|
| H A D | mps_sas.c | 1147 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 D | mpr_sas.h | 76 unsigned int outstanding; member
|
| H A D | mpr_sas.c | 1201 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 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-13.1/contrib/googletest/ |
| H A D | README.md | 97 to these platforms, Google Test may have outstanding issues there. If
|
| /freebsd-13.1/sys/dev/mrsas/ |
| H A D | mrsas_cam.c | 1981 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 D | mrsas.c | 3527 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 D | bhnd_bus_if.m | 696 * 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 D | THIRDPARTYLICENSE.openssl | 22 outstanding shares, or (iii) beneficial ownership of such entity.
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/design/ |
| H A D | reproducers.rst | 189 outstanding work, limitations and known issues.
|
| /freebsd-13.1/contrib/googletest/googlemock/scripts/generator/ |
| H A D | LICENSE | 22 outstanding shares, or (iii) beneficial ownership of such entity.
|
| /freebsd-13.1/contrib/serf/ |
| H A D | LICENSE | 21 outstanding shares, or (iii) beneficial ownership of such entity.
|
| /freebsd-13.1/sys/contrib/openzfs/contrib/pyzfs/ |
| H A D | LICENSE | 22 outstanding shares, or (iii) beneficial ownership of such entity.
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | ASYNC_start_job.pod | 44 outstanding for the thread when ASYNC_cleanup_thread() is called. Failing to
|
| H A D | SSL_CTX_set_verify.pod | 198 Only one certificate request may be outstanding at any time.
|