Lines Matching refs:nullb_queue
20 struct nullb_queue *nq;
24 struct nullb_queue { struct
42 struct nullb_queue *queues; argument
147 static void put_tag(struct nullb_queue *nq, unsigned int tag) in put_tag()
155 static unsigned int get_tag(struct nullb_queue *nq) in get_tag()
175 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) in __alloc_cmd()
196 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait) in alloc_cmd()
301 static struct nullb_queue *nullb_to_queue(struct nullb *nullb) in nullb_to_queue()
314 struct nullb_queue *nq = nullb_to_queue(nullb); in null_queue_bio()
327 struct nullb_queue *nq = nullb_to_queue(nullb); in null_rq_prep_fn()
372 static void null_init_queue(struct nullb *nullb, struct nullb_queue *nq) in null_init_queue()
385 struct nullb_queue *nq = &nullb->queues[index]; in null_init_hctx()
401 static void cleanup_queue(struct nullb_queue *nq) in cleanup_queue()
587 static int setup_commands(struct nullb_queue *nq) in setup_commands()
615 nullb->queues = kzalloc(submit_queues * sizeof(struct nullb_queue), in setup_queues()
628 struct nullb_queue *nq; in init_driver_queues()