Searched refs:reloc_roots (Results 1 – 1 of 1) sorted by relevance
164 struct list_head reloc_roots; member220 free_reloc_roots(&rc->reloc_roots); in put_reloc_control()596 list_add_tail(&root->root_list, &rc->reloc_roots); in __add_reloc_root()1786 LIST_HEAD(reloc_roots); in prepare_to_merge()1823 while (!list_empty(&rc->reloc_roots)) { in prepare_to_merge()1824 reloc_root = list_first_entry(&rc->reloc_roots, in prepare_to_merge()1835 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge()1867 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge()1887 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge()1898 list_splice(&reloc_roots, &rc->reloc_roots); in prepare_to_merge()[all …]