Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dkern_bufq.c56 const struct bufq_impl bufq_impls[BUFQ_HOWMANY] = { variable
99 bq->bufq_impl = &bufq_impls[type]; in bufq_init()
134 data = bufq_impls[type].impl_create(); in bufq_switch()
143 while ((bp = bufq_impls[otype].impl_dequeue(odata)) != NULL) in bufq_switch()
144 bufq_impls[type].impl_queue(data, bp); in bufq_switch()
148 bq->bufq_impl = &bufq_impls[type]; in bufq_switch()
155 bufq_impls[otype].impl_destroy(odata); in bufq_switch()