Searched refs:outstanding (Results 1 – 25 of 39) sorted by relevance
12
| /netbsd/src/sys/netinet/ |
| 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 …]
|
| D | dccp_tcplike.h | 63 int16_t outstanding; /* Number of unacked packets sent */ member
|
| /netbsd/src/external/bsd/openldap/dist/doc/rfc/ |
| 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
|
| D | rfc2696.txt | 147 A client may have any number of outstanding search requests pending, 149 implementation which requires a limit on the number of outstanding
|
| D | rfc5805.txt | 80 longer willing or able to process an outstanding transaction. 308 and all outstanding transactions without notice and nullify their
|
| D | rfc4533.txt | 1027 support cancellation of outstanding Sync Operations as described 1030 To cancel an outstanding Sync Operation, the client issues an LDAP 1148 During persist mode, the server SHOULD coalesce multiple outstanding 1607 entry CSN that is not greater than any outstanding (uncommitted)
|
| D | rfc3088.txt | 252 outstanding requests made by client and disconnects.
|
| D | rfc4373.txt | 553 the server to know when it has received all outstanding asynchronous
|
| D | rfc4513.txt | 435 - when there are outstanding responses for operation requests
|
| /netbsd/src/sys/fs/nfs/common/ |
| 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/ |
| D | AUTHORS | 6 outstanding bugs and has made significant contributions to the flex
|
| /netbsd/src/usr.sbin/makefs/ |
| D | TODO | 22 outstanding bugs
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ |
| D | LICENSE.txt | 22 outstanding shares, or (iii) beneficial ownership of such entity.
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/x86/k6/ |
| D | README | 130 Perhaps an emms or femms stalls until all outstanding MMX instructions have
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | README | 351 other outstanding issues.
|
| D | INSTALL | 138 At the time of writing the following were outstanding:
|
| D | psim.texinfo | 1105 other outstanding issues.
|
| /netbsd/src/external/apache2/ |
| D | LICENSE-2.0 | 22 outstanding shares, or (iii) beneficial ownership of such entity.
|
| /netbsd/src/external/ibm-public/postfix/dist/proto/ |
| D | stop.double-cc | 288 probed probed if non zero the time the currently outstanding address probe was
|
| /netbsd/src/games/larn/ |
| D | Fixed.Bugs | 180 was only created if the player had outstanding taxes. In that multiple
|
| /netbsd/src/external/cddl/osnet/dist/ |
| D | OPENSOLARIS.LICENSE | 75 percent (50%) of the outstanding shares or beneficial
|
| /netbsd/src/external/bsd/openldap/dist/doc/guide/admin/ |
| D | replication.sdf | 235 {{EX:entryCSN}} value remains outstanding. The {{EX:contextCSN}}
|
| /netbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic79xx.seq | 225 * If we have relatively few commands outstanding, don't
|
| D | aic79xx.reg | 3730 * The minimum number of commands still outstanding required
|
| D | aic7xxx.seq | 362 * when we have outstanding transactions, so we can safely
|
12