Searched refs:nullb_cmd (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/block/
H A Dnull_blk.c13 struct nullb_cmd { struct
29 struct nullb_cmd *cmds;
168 static void free_cmd(struct nullb_cmd *cmd) free_cmd()
175 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) __alloc_cmd()
177 struct nullb_cmd *cmd; __alloc_cmd()
196 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait) alloc_cmd()
198 struct nullb_cmd *cmd; alloc_cmd()
218 static void end_cmd(struct nullb_cmd *cmd) end_cmd()
252 end_cmd(container_of(timer, struct nullb_cmd, timer)); null_cmd_timer_expired()
257 static void null_cmd_end_timer(struct nullb_cmd *cmd) null_cmd_end_timer()
272 static inline void null_handle_cmd(struct nullb_cmd *cmd) null_handle_cmd()
315 struct nullb_cmd *cmd; null_queue_bio()
328 struct nullb_cmd *cmd; null_rq_prep_fn()
346 struct nullb_cmd *cmd = rq->special; null_request_fn()
357 struct nullb_cmd *cmd = blk_mq_rq_to_pdu(bd->rq); null_queue_rq()
589 struct nullb_cmd *cmd; setup_commands()
671 nullb->tag_set.cmd_size = sizeof(struct nullb_cmd); null_add_dev()

Completed in 44 milliseconds