| /freebsd-12.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-12.1/sys/dev/pst/ |
| H A D | pst-raid.c | 218 if (psc->iop->outstanding < (I2O_IOP_OUTBOUND_FRAME_COUNT - 1) && in pst_start() 230 psc->iop->outstanding++; in pst_start() 237 psc->iop->outstanding--; in pst_start() 256 psc->iop->outstanding--; in pst_done() 321 request->psc->iop->outstanding--; in pst_timeout() 327 request->psc->iop->outstanding--; in pst_timeout()
|
| H A D | pst-iop.h | 56 int outstanding; member
|
| /freebsd-12.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-12.1/sys/nfs/ |
| H A D | bootp_subr.c | 148 int outstanding; member 594 int outstanding; in bootpc_call() local 666 outstanding = 0; in bootpc_call() 681 ifctx->outstanding = 0; in bootpc_call() 689 outstanding++; in bootpc_call() 690 ifctx->outstanding = 1; in bootpc_call() 762 if (outstanding == 0 && in bootpc_call() 870 if (ifctx->outstanding) { in bootpc_call() 871 ifctx->outstanding = 0; in bootpc_call() 872 outstanding--; in bootpc_call() [all …]
|
| /freebsd-12.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-12.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-12.1/sys/dev/mps/ |
| H A D | mps_sas.h | 74 unsigned int outstanding; member
|
| H A D | mps_sas.c | 1184 if (sc->sassc->targets[i].outstanding != 0) in mpssas_handle_reinit() 1186 i, sc->sassc->targets[i].outstanding); in mpssas_handle_reinit() 1189 sc->sassc->targets[i].outstanding = 0; in mpssas_handle_reinit() 1361 if (targ->outstanding == 0) { in mpssas_target_reset_complete() 1382 targ->outstanding); in mpssas_target_reset_complete() 1927 targ->outstanding++; in mpssas_action_scsiio() 1932 __func__, cm, ccb, targ->outstanding); in mpssas_action_scsiio() 2009 cm->cm_targ->outstanding); in mpssas_scsiio_complete() 2034 cm->cm_targ->outstanding--; in mpssas_scsiio_complete()
|
| /freebsd-12.1/sys/dev/mpr/ |
| H A D | mpr_sas.h | 76 unsigned int outstanding; member
|
| H A D | mpr_sas.c | 1250 if (sc->sassc->targets[i].outstanding != 0) in mprsas_handle_reinit() 1252 i, sc->sassc->targets[i].outstanding); in mprsas_handle_reinit() 1255 sc->sassc->targets[i].outstanding = 0; in mprsas_handle_reinit() 1428 if (targ->outstanding == 0) { in mprsas_target_reset_complete() 1450 targ->outstanding); in mprsas_target_reset_complete() 1898 targ->outstanding++; in mprsas_build_nvme_unmap() 1903 __func__, cm, ccb, targ->outstanding); in mprsas_build_nvme_unmap() 2217 targ->outstanding++; in mprsas_action_scsiio() 2222 __func__, cm, ccb, targ->outstanding); in mprsas_action_scsiio() 2503 cm->cm_targ->outstanding); in mprsas_scsiio_complete() [all …]
|
| /freebsd-12.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-12.1/contrib/flex/ |
| H A D | README | 75 TODO - outstanding bug reports, desired features, etc.
|
| /freebsd-12.1/contrib/googletest/ |
| H A D | README.md | 97 to these platforms, Google Test may have outstanding issues there. If
|
| /freebsd-12.1/sys/dev/mrsas/ |
| H A D | mrsas_cam.c | 2025 int retCode = FAIL, count, i, outstanding; in mrsas_reset_targets() local 2032 outstanding = mrsas_atomic_read(&sc->fw_outstanding); in mrsas_reset_targets() 2034 if (!outstanding) { in mrsas_reset_targets()
|
| H A D | mrsas.c | 3525 int i, outstanding, retval = 0; in mrsas_wait_for_outstanding() local 3556 outstanding = mrsas_atomic_read(&sc->fw_outstanding); in mrsas_wait_for_outstanding() 3557 if (!outstanding) in mrsas_wait_for_outstanding() 3562 "commands to complete\n", i, outstanding); in mrsas_wait_for_outstanding()
|
| /freebsd-12.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-12.1/contrib/serf/ |
| H A D | LICENSE | 21 outstanding shares, or (iii) beneficial ownership of such entity.
|
| H A D | CHANGES | 274 Enable limiting the number of outstanding requests
|
| /freebsd-12.1/contrib/googletest/googlemock/scripts/generator/ |
| H A D | LICENSE | 22 outstanding shares, or (iii) beneficial ownership of such entity.
|
| /freebsd-12.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.
|
| /freebsd-12.1/sys/netinet/tcp_stacks/ |
| H A D | rack.c | 7374 uint32_t outstanding; in rack_output() local 7381 outstanding = tp->snd_max - tp->snd_una; in rack_output() 7382 if ((rack->r_ctl.rc_prr_sndcnt + outstanding) > tp->snd_wnd) in rack_output() 7560 uint32_t outstanding; in rack_output() local 7562 outstanding = tp->snd_max - tp->snd_una; in rack_output() 7568 outstanding--; in rack_output() 7570 if (outstanding > 0) { in rack_output()
|
| /freebsd-12.1/contrib/apr/ |
| H A D | LICENSE | 21 outstanding shares, or (iii) beneficial ownership of such entity.
|