Lines Matching defs:nq
19 struct nullb_queue *nq; member
150 static void put_tag(struct nullb_queue *nq, unsigned int tag) in put_tag()
158 static unsigned int get_tag(struct nullb_queue *nq) in get_tag()
176 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) in __alloc_cmd()
192 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait) in alloc_cmd()
316 struct nullb_queue *nq = nullb_to_queue(nullb); in null_queue_bio() local
328 struct nullb_queue *nq = nullb_to_queue(nullb); in null_rq_prep_fn() local
368 static void null_init_queue(struct nullb *nullb, struct nullb_queue *nq) in null_init_queue()
381 struct nullb_queue *nq = &nullb->queues[index]; in null_init_hctx() local
424 static int setup_commands(struct nullb_queue *nq) in setup_commands()
450 static void cleanup_queue(struct nullb_queue *nq) in cleanup_queue()
481 struct nullb_queue *nq; in init_driver_queues() local