Searched refs:async_removed_list (Results 1 – 3 of 3) sorted by relevance
72 list_move(&qset->list_node, &whc->async_removed_list); in asl_qset_remove()241 list_for_each_entry_safe(qset, t, &whc->async_removed_list, list_node) { in scan_async_work()
77 INIT_LIST_HEAD(&whc->async_removed_list); in whc_init()
66 struct list_head async_removed_list; member