| /netbsd-src/sys/netinet/ |
| H A D | dccp_tcplike.c | 131 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 D | dccp_tcplike.h | 63 int16_t outstanding; /* Number of unacked packets sent */ member
|
| /netbsd-src/external/mpl/dhcp/dist/doc/devel/ |
| H A D | debug.dox | 23 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 D | rfc3909.txt | 30 (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 D | bootp_subr.c | 158 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 D | AUTHORS | 6 outstanding bugs and has made significant contributions to the flex
|
| /netbsd-src/usr.sbin/makefs/ |
| H A D | TODO | 22 outstanding bugs
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/ |
| H A D | gfx90a_hwreg.rst | 53 HW_REG_IB_STS Counters of outstanding instructions.
|
| H A D | gfx7_hwreg.rst | 53 HW_REG_IB_STS Counters of outstanding instructions.
|
| H A D | gfx8_hwreg.rst | 53 HW_REG_IB_STS Counters of outstanding instructions.
|
| H A D | gfx9_hwreg.rst | 53 HW_REG_IB_STS Counters of outstanding instructions.
|
| H A D | gfx10_waitcnt.rst | 13 Counts of outstanding instructions to wait for.
|
| H A D | gfx9_waitcnt.rst | 13 Counts of outstanding instructions to wait for.
|
| H A D | gfx8_waitcnt.rst | 13 Counts of outstanding instructions to wait for.
|
| H A D | gfx7_waitcnt.rst | 13 Counts of outstanding instructions to wait for.
|
| H A D | gfx90a_waitcnt.rst | 13 Counts of outstanding instructions to wait for.
|
| H A D | gfx10_hwreg.rst | 53 HW_REG_IB_STS Counters of outstanding instructions.
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | fwd_two.rpl | 88 ; * no more pending queries outstanding.
|
| H A D | fwd_droptoomany.rpl | 89 ; * no more pending queries outstanding.
|
| H A D | fwd_jostle.rpl | 109 ; * no more pending queries outstanding.
|
| H A D | fwd_jostle_out.rpl | 112 ; * no more pending queries outstanding.
|
| H A D | serve_expired_client_timeout.rpl | 111 ; Reply to the outstanding query so that the test doesn't fail with
|
| H A D | fetch_glue.rpl | 179 ; let (possible) outstanding queries finish resolving
|
| H A D | fetch_glue_cname.rpl | 191 ; let (possible) outstanding queries finish resolving
|
| /netbsd-src/external/mpl/bind/dist/doc/notes/ |
| H A D | notes-9.18.10.rst | |