Searched refs:failed_paths (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/md/
H A Ddm-ps-service-time.c27 struct list_head failed_paths; member in struct:selector
45 INIT_LIST_HEAD(&s->failed_paths);
78 free_paths(&s->failed_paths);
183 list_move(&pi->list, &s->failed_paths);
H A Ddm-ps-queue-length.c32 struct list_head failed_paths; member in struct:selector
49 INIT_LIST_HEAD(&s->failed_paths);
82 ql_free_paths(&s->failed_paths);
171 list_move(&pi->list, &s->failed_paths);
H A Ddm-ps-historical-service-time.c46 struct list_head failed_paths; member in struct:selector
136 INIT_LIST_HEAD(&s->failed_paths);
232 free_paths(&s->failed_paths);
326 list_move(&pi->list, &s->failed_paths);

Completed in 181 milliseconds