Searched refs:nullb_cmd (Results 1 – 1 of 1) sorted by relevance
13 struct nullb_cmd { struct29 struct nullb_cmd *cmds; argument168 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()[all …]