Home
last modified time | relevance | path

Searched refs:RB_ROOT_CACHED (Results 1 – 25 of 39) sorted by relevance

12

/linux/arch/x86/mm/pat/
H A Dmemtype_interval.c50 static struct rb_root_cached memtype_rbroot = RB_ROOT_CACHED;
/linux/fs/ceph/
H A Dsubvolume_metrics.c39 tracker->tree = RB_ROOT_CACHED; in ceph_subvolume_metrics_init()
119 tracker->tree = RB_ROOT_CACHED; in ceph_subvolume_metrics_clear_locked()
/linux/tools/perf/util/
H A Drblist.c103 rblist->entries = RB_ROOT_CACHED; in rblist__init()
H A Dhist.c594 he->hroot_in = RB_ROOT_CACHED; in hist_entry__init()
595 he->hroot_out = RB_ROOT_CACHED; in hist_entry__init()
1974 *root_out = RB_ROOT_CACHED; in hists__hierarchy_output_resort()
2099 hists->entries = RB_ROOT_CACHED; in output_resort()
2359 struct rb_root_cached new_root = RB_ROOT_CACHED; in resort_filtered_entry()
2397 struct rb_root_cached new_root = RB_ROOT_CACHED; in hists__filter_hierarchy()
3017 hists->entries_in_array[0] = hists->entries_in_array[1] = RB_ROOT_CACHED; in __hists__init()
3019 hists->entries_collapsed = RB_ROOT_CACHED; in __hists__init()
3020 hists->entries = RB_ROOT_CACHED; in __hists__init()
H A Ddso.c1630 dso->symbols = RB_ROOT_CACHED; in dso__new_id()
1633 dso->inlined_nodes = RB_ROOT_CACHED; in dso__new_id()
1634 dso->srclines = RB_ROOT_CACHED; in dso__new_id()
/linux/drivers/vhost/
H A Diotlb.c137 iotlb->root = RB_ROOT_CACHED; in vhost_iotlb_init()
/linux/fs/xfs/scrub/
H A Dbitmap.c196 bitmap->xb_root = RB_ROOT_CACHED; in xbitmap64_init()
471 bitmap->xb_root = RB_ROOT_CACHED; in xbitmap32_init()
/linux/tools/include/linux/
H A Drbtree.h124 #define RB_ROOT_CACHED (struct rb_root_cached) { {NULL, }, NULL } macro
/linux/tools/perf/
H A Dbuiltin-kwork.c1001 class->work_root = RB_ROOT_CACHED; in irq_class_init()
1098 class->work_root = RB_ROOT_CACHED; in softirq_class_init()
1229 class->work_root = RB_ROOT_CACHED; in workqueue_class_init()
1297 class->work_root = RB_ROOT_CACHED; in sched_class_init()
2117 struct rb_root_cached merged_root = RB_ROOT_CACHED; in top_merge_tasks()
2347 .sorted_work_root = RB_ROOT_CACHED, in cmd_kwork()
/linux/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c56 h->root = RB_ROOT_CACHED; in hfi1_mmu_rb_register()
/linux/lib/
H A Dinterval_tree_test.c26 static struct rb_root_cached root = RB_ROOT_CACHED;
H A Drbtree_test.c28 static struct rb_root_cached root = RB_ROOT_CACHED;
/linux/drivers/gpu/drm/i915/
H A Di915_scheduler.c462 sched_engine->queue = RB_ROOT_CACHED; in i915_sched_engine_create()
/linux/drivers/gpu/drm/
H A Ddrm_gpusvm.c411 gpusvm->root = RB_ROOT_CACHED; in drm_gpusvm_init()
534 notifier->root = RB_ROOT_CACHED; in drm_gpusvm_notifier_alloc()
H A Ddrm_gpuvm.c1101 gpuvm->rb.tree = RB_ROOT_CACHED; in drm_gpuvm_init()
/linux/Documentation/translations/zh_CN/core-api/
H A Drbtree.rst194 struct rb_root_cached mytree = RB_ROOT_CACHED;
/linux/drivers/iommu/iommufd/
H A Dioas.c149 struct rb_root_cached allowed_iova = RB_ROOT_CACHED; in iommufd_ioas_allow_iovas()
/linux/fs/btrfs/
H A Ddelayed-inode.c61 delayed_node->ins_root = RB_ROOT_CACHED; in btrfs_init_delayed_node()
62 delayed_node->del_root = RB_ROOT_CACHED; in btrfs_init_delayed_node()
H A Dbackref.c148 #define PREFTREE_INIT { .root = RB_ROOT_CACHED, .count = 0 }
345 preftree->root = RB_ROOT_CACHED; in prelim_release()
/linux/drivers/gpu/drm/scheduler/
H A Dsched_main.c187 rq->rb_tree_root = RB_ROOT_CACHED; in drm_sched_rq_init()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_vm.c1184 vm->va = RB_ROOT_CACHED; in radeon_vm_init()
/linux/fs/fuse/
H A Ddax.c1285 fi->dax->tree = RB_ROOT_CACHED; in fuse_dax_inode_alloc()
/linux/drivers/iommu/
H A Dvirtio-iommu.c678 vdomain->mappings = RB_ROOT_CACHED; in viommu_domain_alloc_paging()
/linux/kernel/sched/
H A Ddeadline.c521 dl_rq->root = RB_ROOT_CACHED; in init_dl_rq()
527 dl_rq->pushable_dl_tasks_root = RB_ROOT_CACHED; in init_dl_rq()
/linux/block/
H A Dblk-throttle.c257 sq->pending_tree = RB_ROOT_CACHED; in throtl_service_queue_init()

12