Lines Matching refs:nullb_queue
755 static void put_tag(struct nullb_queue *nq, unsigned int tag) in put_tag()
763 static unsigned int get_tag(struct nullb_queue *nq) in get_tag()
783 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) in __alloc_cmd()
805 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, struct bio *bio) in alloc_cmd()
1526 static struct nullb_queue *nullb_to_queue(struct nullb *nullb) in nullb_to_queue()
1541 struct nullb_queue *nq = nullb_to_queue(nullb); in null_submit_bio()
1643 struct nullb_queue *nq = hctx->driver_data; in null_poll()
1678 struct nullb_queue *nq = hctx->driver_data; in null_timeout_rq()
1710 struct nullb_queue *nq = hctx->driver_data; in null_queue_rq()
1753 static void cleanup_queue(struct nullb_queue *nq) in cleanup_queue()
1771 struct nullb_queue *nq = hctx->driver_data; in null_exit_hctx()
1777 static void null_init_queue(struct nullb *nullb, struct nullb_queue *nq) in null_init_queue()
1790 struct nullb_queue *nq; in null_init_hctx()
1877 static int setup_commands(struct nullb_queue *nq) in setup_commands()
1907 nullb->queues = kcalloc(nqueues, sizeof(struct nullb_queue), in setup_queues()
1918 struct nullb_queue *nq; in init_driver_queues()