Home
last modified time | relevance | path

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

/openbmc/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.
/openbmc/linux/drivers/md/
H A Dmd-cluster.c70 struct list_head suspend_list; member
870 INIT_LIST_HEAD(&cinfo->suspend_list); in join()