Home
last modified time | relevance | path

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

12

/linux/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/tools/perf/util/
H A Drblist.c103 rblist->entries = RB_ROOT_CACHED; in rblist__init()
H A Dhist.c514 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 Ddso.c1435 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 Dmemtype_interval.c50 static struct rb_root_cached memtype_rbroot = RB_ROOT_CACHED;
/linux/drivers/vhost/
H A Diotlb.c137 iotlb->root = RB_ROOT_CACHED; in vhost_iotlb_init()
/linux/init/
H A Dinit_task.c177 .pi_waiters = RB_ROOT_CACHED,
/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.c1000 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 Dmmu_rb.c56 h->root = RB_ROOT_CACHED; in hfi1_mmu_rb_register()
/linux/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()
H A Dpages.c1312 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 Di915_scheduler.c462 sched_engine->queue = RB_ROOT_CACHED; in i915_sched_engine_create()
/linux/Documentation/translations/zh_CN/core-api/
H A Drbtree.rst194 struct rb_root_cached mytree = RB_ROOT_CACHED;
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.c273 vm->pending_unbind = RB_ROOT_CACHED; in i915_address_space_init()
/linux/mm/
H A Dmmu_notifier.c629 subscriptions->itree = RB_ROOT_CACHED; in __mmu_notifier_register()
/linux/fs/btrfs/
H A Ddelayed-inode.c60 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 Dsched_main.c204 rq->rb_tree_root = RB_ROOT_CACHED; in drm_sched_rq_init()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_vm.c1187 vm->va = RB_ROOT_CACHED; in radeon_vm_init()
/linux/kernel/sched/
H A Ddeadline.c533 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 Drbtree.rst209 struct rb_root_cached mytree = RB_ROOT_CACHED;
/linux/drivers/iommu/
H A Dvirtio-iommu.c655 vdomain->mappings = RB_ROOT_CACHED; in viommu_domain_alloc()

12