Home
last modified time | relevance | path

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

12345678

/linux-6.15/include/linux/
H A Drbtree_types.h31 #define RB_ROOT (struct rb_root) { NULL, } macro
/linux-6.15/tools/bpf/resolve_btfids/
H A Dmain.c783 .structs = RB_ROOT, in main()
784 .unions = RB_ROOT, in main()
785 .typedefs = RB_ROOT, in main()
786 .funcs = RB_ROOT, in main()
787 .sets = RB_ROOT, in main()
/linux-6.15/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-6.15/net/sched/
H A Dsch_hfsc.c1076 cl->vt_tree = RB_ROOT; in hfsc_change_class()
1077 cl->cf_tree = RB_ROOT; in hfsc_change_class()
1420 q->eligible = RB_ROOT; in hfsc_init_qdisc()
1436 q->root.vt_tree = RB_ROOT; in hfsc_init_qdisc()
1437 q->root.cf_tree = RB_ROOT; in hfsc_init_qdisc()
1479 cl->vt_tree = RB_ROOT; in hfsc_reset_class()
1480 cl->cf_tree = RB_ROOT; in hfsc_reset_class()
1502 q->eligible = RB_ROOT; in hfsc_reset_qdisc()
/linux-6.15/include/drm/
H A Ddrm_vma_manager.h151 node->vm_files = RB_ROOT; in drm_vma_node_reset()
/linux-6.15/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-6.15/drivers/gpu/drm/nouveau/nvkm/core/
H A Dclient.c120 client->objroot = RB_ROOT; in nvkm_client_new()
/linux-6.15/tools/perf/util/
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.c258 env->bpf_progs.infos = RB_ROOT; in perf_env__init()
259 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-6.15/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-6.15/fs/afs/
H A Dmain.c78 net->cells = RB_ROOT; in afs_net_init()
/linux-6.15/block/
H A Dbfq-iosched.h1042 { RB_ROOT, RB_ROOT, NULL, NULL, 0, 0 })
/linux-6.15/arch/arm/xen/
H A Dp2m.c30 struct rb_root phys_to_mach = RB_ROOT;
/linux-6.15/drivers/md/
H A Ddm-dust.c275 dd->badblocklist = RB_ROOT; in dust_clear_badblocks()
390 dd->badblocklist = RB_ROOT; in dust_ctr()
H A Ddm-cache-background-tracker.c44 b->pending = RB_ROOT; in btracker_create()
/linux-6.15/kernel/power/
H A Dwakelock.c36 static struct rb_root wakelocks_tree = RB_ROOT;
/linux-6.15/security/landlock/
H A Druleset.c43 new_ruleset->root_inode = RB_ROOT; in create_ruleset()
46 new_ruleset->root_net_port = RB_ROOT; in create_ruleset()
/linux-6.15/net/ipv4/
H A Dinetpeer.c59 bp->rb_root = RB_ROOT; in inet_peer_base_init()
/linux-6.15/tools/include/linux/
H A Drbtree.h36 #define RB_ROOT (struct rb_root) { NULL, } macro
/linux-6.15/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-6.15/kernel/trace/
H A Dtrace_stat.c57 session->stat_root = RB_ROOT; in __reset_stat_session()

12345678