Home
last modified time | relevance | path

Searched refs:string_tree (Results 1 – 1 of 1) sorted by relevance

/linux/net/ceph/
A Dstring_table.c9 static struct rb_root string_tree = RB_ROOT; variable
19 p = &string_tree.rb_node; in ceph_find_or_create_string()
32 rb_erase(&exist->node, &string_tree); in ceph_find_or_create_string()
52 p = &string_tree.rb_node; in ceph_find_or_create_string()
69 rb_insert_color(&cs->node, &string_tree); in ceph_find_or_create_string()
71 rb_erase(&exist->node, &string_tree); in ceph_find_or_create_string()
94 rb_erase(&cs->node, &string_tree); in ceph_release_string()
105 return RB_EMPTY_ROOT(&string_tree); in ceph_strings_empty()

Completed in 3 milliseconds