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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 66 milliseconds