Home
last modified time | relevance | path

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

123

/linux-6.15/include/linux/
H A Drbtree_types.h32 #define RB_ROOT_CACHED (struct rb_root_cached) { {NULL, }, NULL } macro
H A Dtimerqueue.h42 head->rb_root = RB_ROOT_CACHED; in timerqueue_init_head()
H A Drtmutex.h32 .waiters = RB_ROOT_CACHED, \
/linux-6.15/kernel/bpf/
H A Drange_tree.c268 rt->it_root = RB_ROOT_CACHED; in range_tree_init()
269 rt->range_size_root = RB_ROOT_CACHED; in range_tree_init()
/linux-6.15/tools/perf/util/
H A Drblist.c103 rblist->entries = RB_ROOT_CACHED; in rblist__init()
H A Dhist.c527 he->hroot_in = RB_ROOT_CACHED; in hist_entry__init()
528 he->hroot_out = RB_ROOT_CACHED; in hist_entry__init()
1897 *root_out = RB_ROOT_CACHED; in hists__hierarchy_output_resort()
2022 hists->entries = RB_ROOT_CACHED; in output_resort()
2282 struct rb_root_cached new_root = RB_ROOT_CACHED; in resort_filtered_entry()
2320 struct rb_root_cached new_root = RB_ROOT_CACHED; in hists__filter_hierarchy()
2940 hists->entries_in_array[0] = hists->entries_in_array[1] = RB_ROOT_CACHED; in __hists__init()
2942 hists->entries_collapsed = RB_ROOT_CACHED; in __hists__init()
2943 hists->entries = RB_ROOT_CACHED; in __hists__init()
H A Ddso.c1521 dso->symbols = RB_ROOT_CACHED; in dso__new_id()
1524 dso->inlined_nodes = RB_ROOT_CACHED; in dso__new_id()
1525 dso->srclines = RB_ROOT_CACHED; in dso__new_id()
/linux-6.15/arch/x86/mm/pat/
H A Dmemtype_interval.c50 static struct rb_root_cached memtype_rbroot = RB_ROOT_CACHED;
/linux-6.15/kernel/locking/
H A Drtmutex_common.h183 lock->waiters = RB_ROOT_CACHED; in __rt_mutex_base_init()
/linux-6.15/drivers/vhost/
H A Diotlb.c137 iotlb->root = RB_ROOT_CACHED; in vhost_iotlb_init()
/linux-6.15/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-6.15/init/
H A Dinit_task.c177 .pi_waiters = RB_ROOT_CACHED,
/linux-6.15/tools/include/linux/
H A Drbtree.h124 #define RB_ROOT_CACHED (struct rb_root_cached) { {NULL, }, NULL } macro
/linux-6.15/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()
2330 .sorted_work_root = RB_ROOT_CACHED, in cmd_kwork()
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c56 h->root = RB_ROOT_CACHED; in hfi1_mmu_rb_register()
/linux-6.15/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-6.15/drivers/gpu/drm/
H A Ddrm_mm.c935 mm->interval_tree = RB_ROOT_CACHED; in drm_mm_init()
936 mm->holes_size = RB_ROOT_CACHED; in drm_mm_init()
H A Ddrm_gpusvm.c567 gpusvm->root = RB_ROOT_CACHED; in drm_gpusvm_init()
705 notifier->root = RB_ROOT_CACHED; in drm_gpusvm_notifier_alloc()
/linux-6.15/drivers/iommu/iommufd/
H A Dio_pagetable.c881 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 Dioas.c149 struct rb_root_cached allowed_iova = RB_ROOT_CACHED; in iommufd_ioas_allow_iovas()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_scheduler.c462 sched_engine->queue = RB_ROOT_CACHED; in i915_sched_engine_create()
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Drbtree.rst194 struct rb_root_cached mytree = RB_ROOT_CACHED;
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.c273 vm->pending_unbind = RB_ROOT_CACHED; in i915_address_space_init()
/linux-6.15/mm/
H A Dmmu_notifier.c629 subscriptions->itree = RB_ROOT_CACHED; in __mmu_notifier_register()

123