Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dnull_blk.c19 struct nullb_queue *nq;
22 struct nullb_queue { struct
40 struct nullb_queue *queues; argument
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()
303 static struct nullb_queue *nullb_to_queue(struct nullb *nullb) in nullb_to_queue()
316 struct nullb_queue *nq = nullb_to_queue(nullb); in null_queue_bio()
328 struct nullb_queue *nq = nullb_to_queue(nullb); in null_rq_prep_fn()
[all …]