Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/
Dnull_blk.h24 struct nullb_queue *nq;
28 struct nullb_queue { struct
86 struct nullb_queue *queues;
Dnull_blk_main.c545 static void put_tag(struct nullb_queue *nq, unsigned int tag) in put_tag()
553 static unsigned int get_tag(struct nullb_queue *nq) in get_tag()
573 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) in __alloc_cmd()
594 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait) in alloc_cmd()
1273 static struct nullb_queue *nullb_to_queue(struct nullb *nullb) in nullb_to_queue()
1288 struct nullb_queue *nq = nullb_to_queue(nullb); in null_queue_bio()
1327 struct nullb_queue *nq = hctx->driver_data; in null_queue_rq()
1367 static void cleanup_queue(struct nullb_queue *nq) in cleanup_queue()
1437 static void null_init_queue(struct nullb *nullb, struct nullb_queue *nq) in null_init_queue()
1451 struct nullb_queue *nq; in null_init_queues()
[all …]