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

/linux-master/fs/proc/
H A Dnommu.c86 for (p = rb_first(&nommu_region_tree); p; p = rb_next(p))
/linux-master/mm/
H A Dnommu.c60 struct rb_root nommu_region_tree = RB_ROOT; variable in typeref:struct:rb_root
426 lastp = rb_first(&nommu_region_tree);
462 p = &nommu_region_tree.rb_node;
477 rb_insert_color(&region->vm_rb, &nommu_region_tree);
487 BUG_ON(!nommu_region_tree.rb_node);
490 rb_erase(&region->vm_rb, &nommu_region_tree);
516 BUG_ON(!nommu_region_tree.rb_node);
1085 for (rb = rb_first(&nommu_region_tree); rb; rb = rb_next(rb)) {
/linux-master/include/linux/
H A Dmm.h254 extern struct rb_root nommu_region_tree;

Completed in 116 milliseconds