Lines Matching refs:nullb_cmd
13 struct nullb_cmd { struct
29 struct nullb_cmd *cmds; argument
168 static void free_cmd(struct nullb_cmd *cmd) in free_cmd()
175 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) in __alloc_cmd()
177 struct nullb_cmd *cmd; in __alloc_cmd()
196 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait) in alloc_cmd()
198 struct nullb_cmd *cmd; in alloc_cmd()
218 static void end_cmd(struct nullb_cmd *cmd) in end_cmd()
252 end_cmd(container_of(timer, struct nullb_cmd, timer)); in null_cmd_timer_expired()
257 static void null_cmd_end_timer(struct nullb_cmd *cmd) in null_cmd_end_timer()
272 static inline void null_handle_cmd(struct nullb_cmd *cmd) in null_handle_cmd()
315 struct nullb_cmd *cmd; in null_queue_bio()
328 struct nullb_cmd *cmd; in null_rq_prep_fn()
346 struct nullb_cmd *cmd = rq->special; in null_request_fn()
357 struct nullb_cmd *cmd = blk_mq_rq_to_pdu(bd->rq); in null_queue_rq()
589 struct nullb_cmd *cmd; in setup_commands()
671 nullb->tag_set.cmd_size = sizeof(struct nullb_cmd); in null_add_dev()