Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/md/
H A Dmd-cluster.rst237 be suspended. Each node maintains a suspend_list, which contains the
239 the node adds the range to the suspend_list. Similarly, when the node
242 suspend_list.
/linux/drivers/md/
H A Dmd-cluster.c72 struct list_head suspend_list; member
893 INIT_LIST_HEAD(&cinfo->suspend_list); in join()