Home
last modified time | relevance | path

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

1234

/netbsd-src/sys/netinet/
H A Ddccp_tcplike.c131 cb->outstanding = 0; /* is this correct? */ in tcplike_rto_timeout()
150 cb->cwnd, cb->outstanding)); in tcplike_rto_timeout()
229 cb->outstanding = 0; in tcplike_send_init()
235 cb->cwnd, cb->outstanding)); in tcplike_send_init()
335 if (cb->cwnd <= cb->outstanding) { in tcplike_send_packet()
337 DCCP_DEBUG((LOG_INFO, "cwnd (%d) < outstanding (%d)\n", cb->cwnd, cb->outstanding)); in tcplike_send_packet()
398 cb->outstanding++; in tcplike_send_packet_sent()
399 TCPLIKE_DEBUG((LOG_INFO, "SENT. cwnd: %d, outstanding: %d\n",cb->cwnd, cb->outstanding)); in tcplike_send_packet_sent()
404 CWND_DEBUG((LOG_INFO, "Sent. CWND value: %u , OUTSTANDING value: %u\n",cb->cwnd, cb->outstanding)); in tcplike_send_packet_sent()
521 cb->outstanding = _cwndvector_size(cb); in tcplike_send_packet_recv()
[all …]
H A Ddccp_tcplike.h63 int16_t outstanding; /* Number of unacked packets sent */ member
/netbsd-src/external/mpl/dhcp/dist/doc/devel/
H A Ddebug.dox23 of the outstanding memory that has been allocated and a list of the outstanding
25 printed when do_packet() and do_packet6() complete processing. The outstanding
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3909.txt30 (LDAP) extended operation to cancel (or abandon) an outstanding
122 cancel an outstanding operation issued within the same session.
124 The client requests the cancelation of an outstanding operation by
126 the outstanding operation. The Cancel Request itself has a distinct
130 If the server is willing and able to cancel the outstanding operation
135 outstanding operation (if it exists).
163 cancel the outstanding operation. For example, the server may return
164 tooLate for a request to cancel an outstanding modify operation which
185 different outstanding operations may be processed under different
/netbsd-src/sys/fs/nfs/common/
H A Dbootp_subr.c158 int outstanding; member
606 int outstanding; in bootpc_call() local
672 outstanding = 0; in bootpc_call()
687 ifctx->outstanding = 0; in bootpc_call()
695 outstanding++; in bootpc_call()
696 ifctx->outstanding = 1; in bootpc_call()
767 if (outstanding == 0 && in bootpc_call()
875 if (ifctx->outstanding) { in bootpc_call()
876 ifctx->outstanding = 0; in bootpc_call()
877 outstanding--; in bootpc_call()
[all …]
/netbsd-src/external/bsd/flex/dist/
H A DAUTHORS6 outstanding bugs and has made significant contributions to the flex
/netbsd-src/usr.sbin/makefs/
H A DTODO22 outstanding bugs
/netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/
H A Dgfx90a_hwreg.rst53 HW_REG_IB_STS Counters of outstanding instructions.
H A Dgfx7_hwreg.rst53 HW_REG_IB_STS Counters of outstanding instructions.
H A Dgfx8_hwreg.rst53 HW_REG_IB_STS Counters of outstanding instructions.
H A Dgfx9_hwreg.rst53 HW_REG_IB_STS Counters of outstanding instructions.
H A Dgfx10_waitcnt.rst13 Counts of outstanding instructions to wait for.
H A Dgfx9_waitcnt.rst13 Counts of outstanding instructions to wait for.
H A Dgfx8_waitcnt.rst13 Counts of outstanding instructions to wait for.
H A Dgfx7_waitcnt.rst13 Counts of outstanding instructions to wait for.
H A Dgfx90a_waitcnt.rst13 Counts of outstanding instructions to wait for.
H A Dgfx10_hwreg.rst53 HW_REG_IB_STS Counters of outstanding instructions.
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dfwd_two.rpl88 ; * no more pending queries outstanding.
H A Dfwd_droptoomany.rpl89 ; * no more pending queries outstanding.
H A Dfwd_jostle.rpl109 ; * no more pending queries outstanding.
H A Dfwd_jostle_out.rpl112 ; * no more pending queries outstanding.
H A Dserve_expired_client_timeout.rpl111 ; Reply to the outstanding query so that the test doesn't fail with
H A Dfetch_glue.rpl179 ; let (possible) outstanding queries finish resolving
H A Dfetch_glue_cname.rpl191 ; let (possible) outstanding queries finish resolving
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.10.rst

1234