Searched refs:suspend_list (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/md/ |
D | md-cluster.c | 82 struct list_head suspend_list; member 328 list_for_each_entry_safe(s, tmp, &cinfo->suspend_list, list) in recover_bitmaps() 441 list_for_each_entry_safe(s, tmp, &cinfo->suspend_list, list) in __remove_suspend_info() 509 list_add(&s->list, &cinfo->suspend_list); in process_suspend_info() 830 list_add(&s->list, &cinfo->suspend_list); in gather_all_resync_info() 871 INIT_LIST_HEAD(&cinfo->suspend_list); in join() 1305 if (list_empty(&cinfo->suspend_list)) in area_resyncing() 1307 list_for_each_entry(s, &cinfo->suspend_list, list) in area_resyncing()
|
/Linux-v4.19/Documentation/md/ |
D | md-cluster.txt | 190 be suspended. Each node maintains a suspend_list, which contains the 192 the node adds the range to the suspend_list. Similarly, when the node 195 suspend_list.
|