Lines Matching defs:reloc_roots
133 struct list_head reloc_roots;
646 list_add_tail(&root->root_list, &rc->reloc_roots);
677 * of places where the pattern is to splice the rc->reloc_roots, process
679 * rc->reloc_roots. If we call __del_reloc_root while it's off of the
829 * root->reloc_root, and another for being on the rc->reloc_roots list.
1836 LIST_HEAD(reloc_roots);
1873 while (!list_empty(&rc->reloc_roots)) {
1874 reloc_root = list_entry(rc->reloc_roots.next,
1891 list_add(&reloc_root->root_list, &reloc_roots);
1895 list_splice(&reloc_roots, &rc->reloc_roots);
1919 LIST_HEAD(reloc_roots);
1932 list_splice_init(&rc->reloc_roots, &reloc_roots);
1935 while (!list_empty(&reloc_roots)) {
1937 reloc_root = list_entry(reloc_roots.next,
1950 &reloc_roots);
1978 free_reloc_roots(&reloc_roots);
1982 list_splice_init(&rc->reloc_roots, &reloc_roots);
1984 free_reloc_roots(&reloc_roots);
3545 INIT_LIST_HEAD(&rc->reloc_roots);
3558 free_reloc_roots(&rc->reloc_roots);
3746 LIST_HEAD(reloc_roots);
3793 list_add(&reloc_root->root_list, &reloc_roots);
3821 if (list_empty(&reloc_roots))
3842 while (!list_empty(&reloc_roots)) {
3843 reloc_root = list_entry(reloc_roots.next,
3849 &rc->reloc_roots);
3857 list_add_tail(&reloc_root->root_list, &reloc_roots);
3890 free_reloc_roots(&reloc_roots);
4046 * rc->reloc_roots.