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

/freebsd-12-stable/sys/kern/
H A Dkern_alq.c86 #define AQ_LEGACY 0x0020 /* Legacy queue (fixed length writes) */ macro
495 (*alqp)->aq_flags |= AQ_LEGACY;
668 KASSERT((alq->aq_flags & AQ_LEGACY),
824 KASSERT((alq->aq_flags & AQ_LEGACY),

Completed in 50 milliseconds