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

/linux-4.4.14/mm/
H A Dkmemleak.c30 * accesses to the object_tree_root. The object_list is the main list
32 * blocks. The object_tree_root is a red black tree used to look-up
35 * object_tree_root in the create_object() function called from the
195 static struct rb_root object_tree_root = RB_ROOT; variable in typeref:struct:rb_root
196 /* rw_lock protecting the access to object_list and object_tree_root */
405 struct rb_node *rb = object_tree_root.rb_node; lookup_object()
499 * object_tree_root and object_list. The returned object's use_count should be
510 rb_erase(&object->rb_node, &object_tree_root); find_and_remove_object()
536 * memory block and add it to the object_list and object_tree_root.
590 link = &object_tree_root.rb_node; create_object()
614 rb_insert_color(&object->rb_node, &object_tree_root); create_object()
1197 * is still present in object_tree_root and object_list scan_block()

Completed in 46 milliseconds