Lines Matching refs:nullb_cmd
557 static void free_cmd(struct nullb_cmd *cmd) in free_cmd()
564 static struct nullb_cmd *__alloc_cmd(struct nullb_queue *nq) in __alloc_cmd()
566 struct nullb_cmd *cmd; in __alloc_cmd()
585 static struct nullb_cmd *alloc_cmd(struct nullb_queue *nq, int can_wait) in alloc_cmd()
587 struct nullb_cmd *cmd; in alloc_cmd()
607 static void end_cmd(struct nullb_cmd *cmd) in end_cmd()
643 end_cmd(container_of(timer, struct nullb_cmd, timer)); in null_cmd_timer_expired()
648 static void null_cmd_end_timer(struct nullb_cmd *cmd) in null_cmd_end_timer()
1065 static int null_handle_rq(struct nullb_cmd *cmd) in null_handle_rq()
1099 static int null_handle_bio(struct nullb_cmd *cmd) in null_handle_bio()
1160 static bool cmd_report_zone(struct nullb *nullb, struct nullb_cmd *cmd) in cmd_report_zone()
1179 static blk_status_t null_handle_cmd(struct nullb_cmd *cmd) in null_handle_cmd()
1343 struct nullb_cmd *cmd; in null_queue_bio()
1363 struct nullb_cmd *cmd; in null_rq_prep_fn()
1399 struct nullb_cmd *cmd = rq->special; in null_request_fn()
1425 struct nullb_cmd *cmd = blk_mq_rq_to_pdu(bd->rq); in null_queue_rq()
1562 struct nullb_cmd *cmd; in setup_commands()
1649 set->cmd_size = sizeof(struct nullb_cmd); in null_init_tag_set()