Lines Matching refs:space
92 * Return true if there's sufficient Tx queue space.
102 * Wait for space to appear in the Tx queue or a signal to occur.
125 * Wait for space to appear in the Tx queue uninterruptibly, but with
166 * Wait for space to appear in the Tx queue uninterruptibly.
186 * wait for space to appear in the transmit/ACK window
366 txb->space -= offset;
367 txb->space = min_t(size_t, chunk, txb->space);
374 size_t copy = min_t(size_t, txb->space, msg_data_left(msg));
381 txb->space -= copy;
395 if (!txb->space ||