Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dnull_blk.c12 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()
[all …]