Lines Matching full:pending
140 queue and pending set.
150 the pending set and cleared when it is removed from it.
165 Pending Set
168 The pending set is the second of the two fundamental collections in the
173 Note that a packet may both be pending and queued if it has been
175 re-submission, packets are not removed from the pending set.
185 the EC, the packet is added to the pending set. Next, the packet's data is
193 pending packets, i.e. a limit on how many packets may be waiting for an ACK
208 to the corresponding pending packet (via sequence ID) and completing it, as
209 well as initiating re-submission of all currently pending packets on
230 work item then checks the set of pending packets for any packets that have
240 and the packet remains on the pending set.
250 to the packet queue and one guarding access to the pending set. These
252 access to both collections is needed, the pending lock must be acquired
259 pending lock.
344 queue and pending set.
354 the pending set and cleared when it is removed from it.
371 Pending Set
374 The pending set is the second of the two fundamental collections in the
375 request transport layer. This collection stores references to all pending
377 pending set of the packet transport layer does for packets).
386 requests can be pending, i.e. waiting for a response, at the same time. If
387 the request requires a response, the request is added to the pending set
414 the pending set and, if found and marked as transmitted, completed with
428 to time out. The work item then scans the set of pending requests for any
442 guarding access to the pending set. These collections may only be accessed