Searched refs:aq_freebytes (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/kern/
H A Dkern_alq.c61 int aq_freebytes; /* Bytes available in buffer */ member in struct:alq
89 #define HAS_PENDING_DATA(alq) ((alq)->aq_freebytes != (alq)->aq_buflen)
386 alq->aq_freebytes += totlen + wrapearly;
466 alq->aq_freebytes = alq->aq_buflen;
536 HAS_PENDING_DATA(alq))) && alq->aq_freebytes < len)) {
554 * (ALQ_WAITOK && aq_freebytes < len) or aq_freebytes >= len, either
560 while (alq->aq_freebytes < len && !(alq->aq_flags & AQ_SHUTDOWN)) {
578 alq->aq_freebytes < len && !(alq->aq_flags & AQ_WANTED))
637 alq->aq_freebytes
[all...]

Completed in 45 milliseconds