Lines Matching refs:object_tree_root
17 * accesses to the object_tree_root. The object_list is the main list
19 * blocks. The object_tree_root is a red black tree used to look-up
22 * object_tree_root in the create_object() function called from the
193 static struct rb_root object_tree_root = RB_ROOT;
194 /* protecting the access to object_list and object_tree_root */
381 struct rb_node *rb = object_tree_root.rb_node;
530 * Remove an object from the object_tree_root and object_list. Must be called
535 rb_erase(&object->rb_node, &object_tree_root);
541 * object_tree_root and object_list. The returned object's use_count should be
568 * memory block and add it to the object_list and object_tree_root.
625 link = &object_tree_root.rb_node;
648 rb_insert_color(&object->rb_node, &object_tree_root);
1263 * is still present in object_tree_root and object_list