Home
last modified time | relevance | path

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

/block/
Dsed-opal.c98 struct list_head unlk_lst; member
1075 list_for_each_entry(iter, &dev->unlk_lst, node) { in add_suspend_info()
1082 list_add_tail(&sus->node, &dev->unlk_lst); in add_suspend_info()
2124 list_for_each_entry_safe(suspend, next, &dev->unlk_lst, node) { in clean_opal_dev()
2163 INIT_LIST_HEAD(&dev->unlk_lst); in init_opal_dev()
2561 list_for_each_entry(suspend, &dev->unlk_lst, node) { in opal_unlock_from_suspend()