Lines Matching refs:root
24 struct rb_root root; member
69 struct rb_root *root = &map->root; in cgroup_storage_lookup() local
75 node = root->rb_node; in cgroup_storage_lookup()
104 struct rb_root *root = &map->root; in cgroup_storage_insert() local
105 struct rb_node **new = &(root->rb_node), *parent = NULL; in cgroup_storage_insert()
126 rb_insert_color(&storage->node, root); in cgroup_storage_insert()
325 map->root = RB_ROOT; in cgroup_storage_map_alloc()
346 WARN_ON(!RB_EMPTY_ROOT(&map->root)); in cgroup_storage_map_free()
592 struct rb_root *root; in bpf_cgroup_storage_unlink() local
600 root = &map->root; in bpf_cgroup_storage_unlink()
601 rb_erase(&storage->node, root); in bpf_cgroup_storage_unlink()