Searched refs:memtype_rbroot (Results 1 – 1 of 1) sorted by relevance
/arch/x86/mm/ |
D | pat_rbtree.c | 37 static struct rb_root memtype_rbroot = RB_ROOT; variable 129 match = memtype_rb_lowest_match(&memtype_rbroot, start, end); in memtype_rb_check_conflict() 193 err = memtype_rb_check_conflict(&memtype_rbroot, new->start, new->end, in rbt_memtype_check_insert() 201 memtype_rb_insert(&memtype_rbroot, new); in rbt_memtype_check_insert() 217 data = memtype_rb_match(&memtype_rbroot, start, end, in rbt_memtype_erase() 220 data = memtype_rb_match(&memtype_rbroot, start, end, in rbt_memtype_erase() 228 rb_erase_augmented(&data->rb, &memtype_rbroot, in rbt_memtype_erase() 232 rb_erase_augmented(&data->rb, &memtype_rbroot, in rbt_memtype_erase() 236 memtype_rb_insert(&memtype_rbroot, data); in rbt_memtype_erase() 245 return memtype_rb_lowest_match(&memtype_rbroot, addr, addr + PAGE_SIZE); in rbt_memtype_lookup() [all …]
|