/linux/include/linux/ |
H A D | rbtree_types.h | 32 #define RB_ROOT_CACHED (struct rb_root_cached) { {NULL, }, NULL } macro
|
H A D | timerqueue.h | 42 head->rb_root = RB_ROOT_CACHED; in timerqueue_init_head()
|
H A D | rtmutex.h | 32 .waiters = RB_ROOT_CACHED, \
|
/linux/tools/perf/util/ |
H A D | rblist.c | 103 rblist->entries = RB_ROOT_CACHED; in rblist__init()
|
H A D | hist.c | 514 he->hroot_in = RB_ROOT_CACHED; in hist_entry__init() 515 he->hroot_out = RB_ROOT_CACHED; in hist_entry__init() 1846 *root_out = RB_ROOT_CACHED; in hists__hierarchy_output_resort() 1971 hists->entries = RB_ROOT_CACHED; in output_resort() 2221 struct rb_root_cached new_root = RB_ROOT_CACHED; in resort_filtered_entry() 2259 struct rb_root_cached new_root = RB_ROOT_CACHED; in hists__filter_hierarchy() 2875 hists->entries_in_array[0] = hists->entries_in_array[1] = RB_ROOT_CACHED; in __hists__init() 2877 hists->entries_collapsed = RB_ROOT_CACHED; in __hists__init() 2878 hists->entries = RB_ROOT_CACHED; in __hists__init()
|
H A D | dso.c | 1435 dso->symbols = RB_ROOT_CACHED; in dso__new_id() 1438 dso->inlined_nodes = RB_ROOT_CACHED; in dso__new_id() 1439 dso->srclines = RB_ROOT_CACHED; in dso__new_id()
|
/linux/arch/x86/mm/pat/ |
H A D | memtype_interval.c | 50 static struct rb_root_cached memtype_rbroot = RB_ROOT_CACHED;
|
/linux/drivers/vhost/ |
H A D | iotlb.c | 137 iotlb->root = RB_ROOT_CACHED; in vhost_iotlb_init()
|
/linux/init/ |
H A D | init_task.c | 177 .pi_waiters = RB_ROOT_CACHED,
|
/linux/tools/include/linux/ |
H A D | rbtree.h | 124 #define RB_ROOT_CACHED (struct rb_root_cached) { {NULL, }, NULL } macro
|
/linux/tools/perf/ |
H A D | builtin-kwork.c | 1000 class->work_root = RB_ROOT_CACHED; in irq_class_init() 1097 class->work_root = RB_ROOT_CACHED; in softirq_class_init() 1227 class->work_root = RB_ROOT_CACHED; in workqueue_class_init() 1295 class->work_root = RB_ROOT_CACHED; in sched_class_init() 2115 struct rb_root_cached merged_root = RB_ROOT_CACHED; in top_merge_tasks() 2328 .sorted_work_root = RB_ROOT_CACHED, in cmd_kwork()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | mmu_rb.c | 56 h->root = RB_ROOT_CACHED; in hfi1_mmu_rb_register()
|
/linux/drivers/iommu/iommufd/ |
H A D | io_pagetable.c | 881 iopt->area_itree = RB_ROOT_CACHED; in iopt_init_table() 882 iopt->allowed_itree = RB_ROOT_CACHED; in iopt_init_table() 883 iopt->reserved_itree = RB_ROOT_CACHED; in iopt_init_table()
|
H A D | ioas.c | 149 struct rb_root_cached allowed_iova = RB_ROOT_CACHED; in iommufd_ioas_allow_iovas()
|
H A D | pages.c | 1312 pages->access_itree = RB_ROOT_CACHED; in iopt_alloc_pages() 1313 pages->domains_itree = RB_ROOT_CACHED; in iopt_alloc_pages()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_scheduler.c | 462 sched_engine->queue = RB_ROOT_CACHED; in i915_sched_engine_create()
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | rbtree.rst | 194 struct rb_root_cached mytree = RB_ROOT_CACHED;
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gtt.c | 273 vm->pending_unbind = RB_ROOT_CACHED; in i915_address_space_init()
|
/linux/mm/ |
H A D | mmu_notifier.c | 629 subscriptions->itree = RB_ROOT_CACHED; in __mmu_notifier_register()
|
/linux/fs/btrfs/ |
H A D | delayed-inode.c | 60 delayed_node->ins_root = RB_ROOT_CACHED; in btrfs_init_delayed_node() 61 delayed_node->del_root = RB_ROOT_CACHED; in btrfs_init_delayed_node()
|
/linux/drivers/gpu/drm/scheduler/ |
H A D | sched_main.c | 204 rq->rb_tree_root = RB_ROOT_CACHED; in drm_sched_rq_init()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_vm.c | 1187 vm->va = RB_ROOT_CACHED; in radeon_vm_init()
|
/linux/kernel/sched/ |
H A D | deadline.c | 533 dl_rq->root = RB_ROOT_CACHED; in init_dl_rq() 540 dl_rq->pushable_dl_tasks_root = RB_ROOT_CACHED; in init_dl_rq()
|
/linux/Documentation/core-api/ |
H A D | rbtree.rst | 209 struct rb_root_cached mytree = RB_ROOT_CACHED;
|
/linux/drivers/iommu/ |
H A D | virtio-iommu.c | 655 vdomain->mappings = RB_ROOT_CACHED; in viommu_domain_alloc()
|