Home
last modified time | relevance | path

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

/linux-3.3/arch/x86/mm/
Dpat_rbtree.c37 static struct rb_root memtype_rbroot = RB_ROOT; variable
136 match = memtype_rb_lowest_match(&memtype_rbroot, start, end); in memtype_rb_check_conflict()
197 err = memtype_rb_check_conflict(&memtype_rbroot, new->start, new->end, in rbt_memtype_check_insert()
205 memtype_rb_insert(&memtype_rbroot, new); in rbt_memtype_check_insert()
215 data = memtype_rb_exact_match(&memtype_rbroot, start, end); in rbt_memtype_erase()
220 rb_erase(&data->rb, &memtype_rbroot); in rbt_memtype_erase()
229 data = memtype_rb_lowest_match(&memtype_rbroot, addr, addr + PAGE_SIZE); in rbt_memtype_lookup()
239 node = rb_first(&memtype_rbroot); in rbt_memtype_copy_nth_element()