Lines Matching refs:nullb_cmd
12 struct nullb_cmd { struct
27 struct nullb_cmd *cmds; argument
171 static void free_cmd(struct nullb_cmd *cmd) in free_cmd()
176 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) in __alloc_cmd()
178 struct nullb_cmd *cmd; in __alloc_cmd()
192 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait) in alloc_cmd()
194 struct nullb_cmd *cmd; in alloc_cmd()
214 static void end_cmd(struct nullb_cmd *cmd) in end_cmd()
236 struct nullb_cmd *cmd; in null_cmd_timer_expired()
243 cmd = container_of(entry, struct nullb_cmd, ll_list); in null_cmd_timer_expired()
252 static void null_cmd_end_timer(struct nullb_cmd *cmd) in null_cmd_end_timer()
274 static inline void null_handle_cmd(struct nullb_cmd *cmd) in null_handle_cmd()
317 struct nullb_cmd *cmd; in null_queue_bio()
329 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()
426 struct nullb_cmd *cmd; in setup_commands()
524 nullb->tag_set.cmd_size = sizeof(struct nullb_cmd); in null_add_dev()