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

/freebsd-12-stable/sys/kern/
H A Dkern_alq.c63 int aq_freebytes; /* Bytes available in buffer */ member in struct:alq
91 #define HAS_PENDING_DATA(alq) ((alq)->aq_freebytes != (alq)->aq_buflen)
388 alq->aq_freebytes += totlen + wrapearly;
468 alq->aq_freebytes = alq->aq_buflen;
538 HAS_PENDING_DATA(alq))) && alq->aq_freebytes < len)) {
556 * (ALQ_WAITOK && aq_freebytes < len) or aq_freebytes >= len, either
562 while (alq->aq_freebytes < len && !(alq->aq_flags & AQ_SHUTDOWN)) {
580 alq->aq_freebytes < len && !(alq->aq_flags & AQ_WANTED))
639 alq->aq_freebytes
[all...]

Completed in 110 milliseconds