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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpat_rbtree.c37 static struct rb_root memtype_rbroot = RB_ROOT; variable in typeref:struct:rb_root
136 match = memtype_rb_lowest_match(&memtype_rbroot, start, end);
197 err = memtype_rb_check_conflict(&memtype_rbroot, new->start, new->end,
205 memtype_rb_insert(&memtype_rbroot, new);
215 data = memtype_rb_exact_match(&memtype_rbroot, start, end);
220 rb_erase(&data->rb, &memtype_rbroot);
229 data = memtype_rb_lowest_match(&memtype_rbroot, addr, addr + PAGE_SIZE);
239 node = rb_first(&memtype_rbroot);

Completed in 57 milliseconds