Home
last modified time | relevance | path

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

123456

/linux/kernel/
H A Dnstree.c22 .ns_rb = RB_ROOT,
27 .ns_rb = RB_ROOT,
32 .ns_rb = RB_ROOT,
38 .ns_rb = RB_ROOT,
43 .ns_rb = RB_ROOT,
48 .ns_rb = RB_ROOT,
53 .ns_rb = RB_ROOT,
58 .ns_rb = RB_ROOT,
63 .ns_rb = RB_ROOT,
87 root->ns_rb = RB_ROOT; in ns_tree_root_init()
/linux/include/linux/
H A Drbtree_types.h31 #define RB_ROOT (struct rb_root) { NULL, } macro
/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/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/net/sched/
H A Dsch_hfsc.c1067 cl->vt_tree = RB_ROOT; in hfsc_change_class()
1068 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.c450 c->type_names = RB_ROOT; in crush_decode()
451 c->names = RB_ROOT; in crush_decode()
452 c->choose_args = RB_ROOT; in crush_decode()
1123 map->pg_pools = RB_ROOT; in ceph_osdmap_alloc()
1125 map->pg_temp = RB_ROOT; in ceph_osdmap_alloc()
1126 map->primary_temp = RB_ROOT; in ceph_osdmap_alloc()
1127 map->pg_upmap = RB_ROOT; in ceph_osdmap_alloc()
1128 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.h
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 Dbpf-trace-summary.c24 static struct rb_root cgroups = RB_ROOT;
461 cgroups = RB_ROOT; in trace_cleanup_bpf_summary()
H A Dcallchain.h180 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/fs/afs/
H A Dmain.c79 net->cells = RB_ROOT; in afs_net_init()
/linux/block/
H A Dbfq-iosched.h1041 { RB_ROOT, RB_ROOT, NULL, NULL, 0, 0 })
/linux/arch/arm/xen/
H A Dp2m.c30 struct rb_root phys_to_mach = RB_ROOT;
/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/security/landlock/
H A Druleset.c42 new_ruleset->root_inode = RB_ROOT; in create_ruleset()
45 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/net/ipv4/
H A Dinetpeer.c59 bp->rb_root = RB_ROOT; in inet_peer_base_init()
/linux/tools/include/linux/
H A Drbtree.h36 #define RB_ROOT (struct rb_root) { NULL, } macro
/linux/kernel/trace/
H A Dtrace_stat.c57 session->stat_root = RB_ROOT; in __reset_stat_session()

123456