Home
last modified time | relevance | path

Searched refs:RB_ROOT (Results 1 – 25 of 154) sorted by relevance

1234567

/linux/fs/afs/
H A Dmain.c78 net->cells = RB_ROOT; in afs_net_init()
88 net->fs_servers = RB_ROOT; in afs_net_init()
/linux/fs/btrfs/
H A Dulist.c51 ulist->root = RB_ROOT; in ulist_init()
74 ulist->root = RB_ROOT; in ulist_release()
H A Dref-verify.h29 fs_info->block_tree = RB_ROOT; in btrfs_init_ref_verify()
/linux/include/linux/
H A Drbtree_types.h31 #define RB_ROOT (struct rb_root) { NULL, } macro
/linux/net/sched/
H A Dsch_hfsc.c1068 cl->vt_tree = RB_ROOT; in hfsc_change_class()
1069 cl->cf_tree = RB_ROOT; in hfsc_change_class()
1411 q->eligible = RB_ROOT; in hfsc_init_qdisc()
1427 q->root.vt_tree = RB_ROOT; in hfsc_init_qdisc()
1428 q->root.cf_tree = RB_ROOT; in hfsc_init_qdisc()
1470 cl->vt_tree = RB_ROOT; in hfsc_reset_class()
1471 cl->cf_tree = RB_ROOT; in hfsc_reset_class()
1493 q->eligible = RB_ROOT; in hfsc_reset_qdisc()
/linux/include/drm/
H A Ddrm_vma_manager.h151 node->vm_files = RB_ROOT; in drm_vma_node_reset()
/linux/net/ceph/
H A Dstring_table.c9 static struct rb_root string_tree = RB_ROOT;
H A Dosdmap.c446 c->type_names = RB_ROOT; in crush_decode()
447 c->names = RB_ROOT; in crush_decode()
448 c->choose_args = RB_ROOT; in crush_decode()
1131 map->pg_pools = RB_ROOT; in ceph_osdmap_alloc()
1133 map->pg_temp = RB_ROOT; in ceph_osdmap_alloc()
1134 map->primary_temp = RB_ROOT; in ceph_osdmap_alloc()
1135 map->pg_upmap = RB_ROOT; in ceph_osdmap_alloc()
1136 map->pg_upmap_items = RB_ROOT; in ceph_osdmap_alloc()
/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dclient.c120 client->objroot = RB_ROOT; in nvkm_client_new()
/linux/tools/perf/util/
H A Drb_resort.h109 sorted->entries = RB_ROOT; \
H A Dcall-path.c23 cp->children = RB_ROOT; in call_path__init()
H A Dmem2node.c55 map->root = RB_ROOT; in mem2node__init()
H A Denv.c253 env->bpf_progs.infos = RB_ROOT; in perf_env__init()
254 env->bpf_progs.btfs = RB_ROOT; in perf_env__init()
H A Dcallchain.h179 root->node.rb_root_in = RB_ROOT; in callchain_init()
/linux/fs/ocfs2/
H A Duptodate.c158 struct rb_root root = RB_ROOT; in ocfs2_metadata_cache_purge()
368 ci->ci_cache.ci_tree = RB_ROOT; in ocfs2_expand_cache()
/linux/block/
H A Dbfq-iosched.h1042 { RB_ROOT, RB_ROOT, NULL, NULL, 0, 0 })
/linux/drivers/md/
H A Ddm-dust.c275 dd->badblocklist = RB_ROOT; in dust_clear_badblocks()
390 dd->badblocklist = RB_ROOT; in dust_ctr()
/linux/arch/arm/xen/
H A Dp2m.c30 struct rb_root phys_to_mach = RB_ROOT;
/linux/security/landlock/
H A Druleset.c38 new_ruleset->root_inode = RB_ROOT; in create_ruleset()
41 new_ruleset->root_net_port = RB_ROOT; in create_ruleset()
/linux/kernel/power/
H A Dwakelock.c36 static struct rb_root wakelocks_tree = RB_ROOT;
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.c117 obj->mmo.offsets = RB_ROOT; in i915_gem_object_init()
329 obj->mmo.offsets = RB_ROOT; in __i915_gem_object_free_mmaps()
/linux/arch/x86/events/intel/
H A Duncore_discovery.c11 static struct rb_root discovery_tables = RB_ROOT;
92 type->units = RB_ROOT; in add_uncore_discovery_type()
/linux/tools/include/linux/
H A Drbtree.h36 #define RB_ROOT (struct rb_root) { NULL, } macro
/linux/drivers/infiniband/sw/rxe/
H A Drxe.c148 rxe->mcg_tree = RB_ROOT; in rxe_init()
/linux/net/core/
H A Ddev_addr_lists.c487 list->tree = RB_ROOT; in __hw_addr_flush()
499 list->tree = RB_ROOT; in __hw_addr_init()

1234567