Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/driver-api/md/
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-v6.6/drivers/md/
Dmd-cluster.c70 struct list_head suspend_list; member
870 INIT_LIST_HEAD(&cinfo->suspend_list); in join()