Lines Matching defs:space
21 * Return true if there's sufficient Tx queue space.
36 * Wait for space to appear in the Tx queue or a signal to occur.
59 * Wait for space to appear in the Tx queue uninterruptibly, but with
101 * Wait for space to appear in the Tx queue uninterruptibly.
121 * wait for space to appear in the transmit/ACK window
338 size_t size, chunk, max, space;
353 space = chunk + call->conn->size_align;
354 space &= ~(call->conn->size_align - 1UL);
356 size = space + call->conn->security_size;
358 _debug("SIZE: %zu/%zu/%zu", chunk, space, size);