Home
last modified time | relevance | path

Searched refs:contigbytes (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/kern/
Dkern_alq.c679 int contigbytes; in alq_getn() local
698 contigbytes = alq->aq_freebytes; in alq_getn()
700 contigbytes = alq->aq_buflen - alq->aq_writehead; in alq_getn()
702 if (contigbytes < len) { in alq_getn()
712 alq->aq_wrapearly = contigbytes; in alq_getn()
714 contigbytes = alq->aq_freebytes = in alq_getn()
734 HAS_PENDING_DATA(alq))) && contigbytes < len)) { in alq_getn()
758 while (contigbytes < len && !(alq->aq_flags & AQ_SHUTDOWN)) { in alq_getn()
769 contigbytes = alq->aq_freebytes; in alq_getn()
771 contigbytes = alq->aq_buflen - alq->aq_writehead; in alq_getn()
[all …]