Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dkern_bufq.c36 void (*impl_queue)(void *, struct buf *); member
144 bufq_impls[type].impl_queue(data, bp); in bufq_switch()
188 bq->bufq_impl->impl_queue(bq->bufq_data, bp); in bufq_queue()