Lines Matching refs:root
26 struct rb_root root; member
71 struct rb_root *root = &map->root; in cgroup_storage_lookup() local
77 node = root->rb_node; in cgroup_storage_lookup()
106 struct rb_root *root = &map->root; in cgroup_storage_insert() local
107 struct rb_node **new = &(root->rb_node), *parent = NULL; in cgroup_storage_insert()
128 rb_insert_color(&storage->node, root); in cgroup_storage_insert()
329 map->root = RB_ROOT; in cgroup_storage_map_alloc()
350 WARN_ON(!RB_EMPTY_ROOT(&map->root)); in cgroup_storage_map_free()
606 struct rb_root *root; in bpf_cgroup_storage_unlink() local
614 root = &map->root; in bpf_cgroup_storage_unlink()
615 rb_erase(&storage->node, root); in bpf_cgroup_storage_unlink()