Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/mm/
Dpat_rbtree.c37 static struct rb_root memtype_rbroot = RB_ROOT; variable
132 match = memtype_rb_lowest_match(&memtype_rbroot, start, end); in memtype_rb_check_conflict()
196 err = memtype_rb_check_conflict(&memtype_rbroot, new->start, new->end, in rbt_memtype_check_insert()
204 memtype_rb_insert(&memtype_rbroot, new); in rbt_memtype_check_insert()
213 data = memtype_rb_exact_match(&memtype_rbroot, start, end); in rbt_memtype_erase()
217 rb_erase_augmented(&data->rb, &memtype_rbroot, &memtype_rb_augment_cb); in rbt_memtype_erase()
225 data = memtype_rb_lowest_match(&memtype_rbroot, addr, addr + PAGE_SIZE); in rbt_memtype_lookup()
235 node = rb_first(&memtype_rbroot); in rbt_memtype_copy_nth_element()