Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/block/null_blk/
Dnull_blk.h26 struct nullb_queue *nq;
30 struct nullb_queue { struct
134 struct nullb_queue *queues;
Dmain.c706 static void put_tag(struct nullb_queue *nq, unsigned int tag) in put_tag()
714 static unsigned int get_tag(struct nullb_queue *nq) in get_tag()
734 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) in __alloc_cmd()
756 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, struct bio *bio) in alloc_cmd()
1493 static struct nullb_queue *nullb_to_queue(struct nullb *nullb) in nullb_to_queue()
1508 struct nullb_queue *nq = nullb_to_queue(nullb); in null_submit_bio()
1586 struct nullb_queue *nq = hctx->driver_data; in null_poll()
1620 struct nullb_queue *nq = hctx->driver_data; in null_timeout_rq()
1644 struct nullb_queue *nq = hctx->driver_data; in null_queue_rq()
1688 static void cleanup_queue(struct nullb_queue *nq) in cleanup_queue()
[all …]