Lines Matching refs:root
25 struct rb_root root; member
70 struct rb_root *root = &map->root; in cgroup_storage_lookup() local
76 node = root->rb_node; in cgroup_storage_lookup()
105 struct rb_root *root = &map->root; in cgroup_storage_insert() local
106 struct rb_node **new = &(root->rb_node), *parent = NULL; in cgroup_storage_insert()
127 rb_insert_color(&storage->node, root); in cgroup_storage_insert()
324 map->root = RB_ROOT; in cgroup_storage_map_alloc()
345 WARN_ON(!RB_EMPTY_ROOT(&map->root)); in cgroup_storage_map_free()
591 struct rb_root *root; in bpf_cgroup_storage_unlink() local
599 root = &map->root; in bpf_cgroup_storage_unlink()
600 rb_erase(&storage->node, root); in bpf_cgroup_storage_unlink()