Searched refs:failed_paths (Results 1 – 3 of 3) sorted by relevance
31 struct list_head failed_paths; member48 INIT_LIST_HEAD(&s->failed_paths); in alloc_selector()81 ql_free_paths(&s->failed_paths); in ql_destroy()170 list_move(&pi->list, &s->failed_paths); in ql_fail_path()
26 struct list_head failed_paths; member44 INIT_LIST_HEAD(&s->failed_paths); in alloc_selector()77 free_paths(&s->failed_paths); in st_destroy()183 list_move(&pi->list, &s->failed_paths); in st_fail_path()
47 struct list_head failed_paths; member137 INIT_LIST_HEAD(&s->failed_paths); in alloc_selector()233 free_paths(&s->failed_paths); in hst_destroy()327 list_move(&pi->list, &s->failed_paths); in hst_fail_path()
Completed in 8 milliseconds