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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 priority search tree used to look-up
35 * object_tree_root in the create_object() function called from the
183 static struct prio_tree_root object_tree_root; variable in typeref:struct:prio_tree_root
398 prio_tree_iter_init(&iter, &object_tree_root, ptr, ptr);
505 * memory block and add it to the object_list and object_tree_root.
562 node = prio_tree_insert(&object_tree_root, &object->tree_node);
587 * object_list and object_tree_root and decrement its use_count.
594 prio_tree_remove(&object_tree_root, &object->tree_node);
1676 INIT_PRIO_TREE_ROOT(&object_tree_root);
[all...]

Completed in 63 milliseconds