Searched refs:contigbytes (Results 1 – 1 of 1) sorted by relevance
677 int contigbytes; in alq_getn() local696 contigbytes = alq->aq_freebytes; in alq_getn()698 contigbytes = alq->aq_buflen - alq->aq_writehead; in alq_getn()700 if (contigbytes < len) { in alq_getn()710 alq->aq_wrapearly = contigbytes; in alq_getn()712 contigbytes = alq->aq_freebytes = in alq_getn()732 HAS_PENDING_DATA(alq))) && contigbytes < len)) { in alq_getn()756 while (contigbytes < len && !(alq->aq_flags & AQ_SHUTDOWN)) { in alq_getn()767 contigbytes = alq->aq_freebytes; in alq_getn()769 contigbytes = alq->aq_buflen - alq->aq_writehead; in alq_getn()[all …]