Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/block/null_blk/
Dnull_blk.h26 struct nullb_queue *nq;
30 struct nullb_queue { struct
139 struct nullb_queue *queues;
Dmain.c755 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()
[all …]