Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_alq.c84 #define AQ_LEGACY 0x0020 /* Legacy queue (fixed length writes) */ macro
491 (*alqp)->aq_flags |= AQ_LEGACY; in alq_open()
663 KASSERT((alq->aq_flags & AQ_LEGACY), in alq_write()
819 KASSERT((alq->aq_flags & AQ_LEGACY), in alq_get()