bufq_priocscan
struct bufq_priocscan *, const struct buf *);
bufq_priocscan_selectqueue(struct bufq_priocscan *q, const struct buf *bp)
struct bufq_priocscan *q = bufq_private(bufq);
struct bufq_priocscan *q = bufq_private(bufq);
struct bufq_priocscan * const q = bufq_private(bufq);
kmem_free(bufq->bq_private, sizeof(struct bufq_priocscan));
struct bufq_priocscan *q;
bufq->bq_private = kmem_zalloc(sizeof(struct bufq_priocscan), KM_SLEEP);
MODULE(MODULE_CLASS_BUFQ, bufq_priocscan, NULL);