Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dkern_bufq.c37 struct buf *(*impl_dequeue)(void *); member
143 while ((bp = bufq_impls[otype].impl_dequeue(odata)) != NULL) in bufq_switch()
198 bp = bq->bufq_impl->impl_dequeue(bq->bufq_data); in bufq_dequeue()