Home
last modified time | relevance | path

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

/block/
Dbsg.c39 struct list_head done_list; member
348 list_move_tail(&bc->list, &bd->done_list); in bsg_rq_end_io()
388 bc = list_first_entry(&bd->done_list, struct bsg_command, list); in bsg_next_done_cmd()
709 INIT_LIST_HEAD(&bd->done_list); in bsg_alloc_device()
876 if (!list_empty(&bd->done_list)) in bsg_poll()