Home
last modified time | relevance | path

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

12345678

/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-tree.h318 #define RB_ROOT(head) (head)->rbh_root macro
450 elm != RB_ROOT(head)) { \
481 elm = RB_ROOT(head); \
514 elm = RB_ROOT(head); \
549 RB_ROOT(head) = child; \
560 RB_ROOT(head) = elm; \
583 RB_ROOT(head) = child; \
597 tmp = RB_ROOT(head); \
616 RB_ROOT(head) = elm; \
625 struct type *tmp = RB_ROOT(head); \
[all …]
/openbmc/linux/include/linux/
H A Drbtree_types.h31 #define RB_ROOT (struct rb_root) { NULL, } macro
/openbmc/linux/fs/btrfs/
H A Dulist.c52 ulist->root = RB_ROOT; in ulist_init()
72 ulist->root = RB_ROOT; in ulist_release()
H A Dref-verify.h20 fs_info->block_tree = RB_ROOT; in btrfs_init_ref_verify()
H A Dordered-data.h160 t->tree = RB_ROOT; in btrfs_ordered_inode_tree_init()
/openbmc/linux/tools/bpf/resolve_btfids/
H A Dmain.c771 .structs = RB_ROOT, in main()
772 .unions = RB_ROOT, in main()
773 .typedefs = RB_ROOT, in main()
774 .funcs = RB_ROOT, in main()
775 .sets = RB_ROOT, in main()
/openbmc/linux/fs/afs/
H A Dmain.c80 net->cells = RB_ROOT; in afs_net_init()
90 net->fs_servers = RB_ROOT; in afs_net_init()
/openbmc/u-boot/include/linux/
H A Drbtree.h38 #define RB_ROOT (struct rb_root) { NULL, } macro
/openbmc/linux/include/drm/
H A Ddrm_vma_manager.h151 node->vm_files = RB_ROOT; in drm_vma_node_reset()
/openbmc/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()
1410 q->eligible = RB_ROOT; in hfsc_init_qdisc()
1426 q->root.vt_tree = RB_ROOT; in hfsc_init_qdisc()
1427 q->root.cf_tree = RB_ROOT; in hfsc_init_qdisc()
1471 cl->vt_tree = RB_ROOT; in hfsc_reset_class()
1472 cl->cf_tree = RB_ROOT; in hfsc_reset_class()
1494 q->eligible = RB_ROOT; in hfsc_reset_qdisc()
/openbmc/linux/net/ceph/
H A Dstring_table.c9 static struct rb_root string_tree = RB_ROOT;
/openbmc/linux/tools/perf/util/
H A Dcall-path.c23 cp->children = RB_ROOT; in call_path__init()
H A Drb_resort.h109 sorted->entries = RB_ROOT; \
H A Dmem2node.c55 map->root = RB_ROOT; in mem2node__init()
H A Denv.c249 env->bpf_progs.infos = RB_ROOT; in perf_env__init()
250 env->bpf_progs.btfs = RB_ROOT; in perf_env__init()
/openbmc/u-boot/fs/btrfs/
H A Dchunk-map.c115 btrfs_info.chunks_root = RB_ROOT; in btrfs_chunk_map_init()
/openbmc/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()
/openbmc/linux/security/integrity/
H A Diint.c24 static struct rb_root integrity_iint_tree = RB_ROOT;
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dclient.c182 client->objroot = RB_ROOT; in nvkm_client_new()
/openbmc/linux/block/
H A Dbfq-iosched.h1045 { RB_ROOT, RB_ROOT, NULL, NULL, 0, 0 })
/openbmc/linux/arch/arm/xen/
H A Dp2m.c30 struct rb_root phys_to_mach = RB_ROOT;
/openbmc/linux/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.c50 b->pending = RB_ROOT; in btracker_create()
/openbmc/linux/kernel/power/
H A Dwakelock.c36 static struct rb_root wakelocks_tree = RB_ROOT;
/openbmc/linux/net/ipv4/
H A Dinetpeer.c59 bp->rb_root = RB_ROOT; in inet_peer_base_init()

12345678