Home
last modified time | relevance | path

Searched refs:RB_ROOT_CACHED (Results 1 – 25 of 35) 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/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()
3018 hists->entries_in_array[0] = hists->entries_in_array[1] = RB_ROOT_CACHED; in __hists__init()
3020 hists->entries_collapsed = RB_ROOT_CACHED; in __hists__init()
3021 hists->entries = RB_ROOT_CACHED; in __hists__init()
H A Ddso.c1692 dso->symbols = RB_ROOT_CACHED; in dso__delete()
1695 dso->inlined_nodes = RB_ROOT_CACHED; in dso__delete()
1696 dso->srclines = RB_ROOT_CACHED; in dso__delete()
H A Dsymbol.c925 *root = RB_ROOT_CACHED; in maps__split_kallsyms()
/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/drivers/vhost/
H A Diotlb.c156 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/init/
H A Dinit_task.c217 .pi_waiters = RB_ROOT_CACHED,
/linux/tools/perf/
H A Dbuiltin-kwork.c1039 class->work_root = RB_ROOT_CACHED;
1135 class->work_root = RB_ROOT_CACHED; in softirq_work_init()
1265 class->work_root = RB_ROOT_CACHED;
1336 class->work_root = RB_ROOT_CACHED;
2178 struct rb_root_cached merged_root = RB_ROOT_CACHED; in perf_kwork__top_bpf()
2434 .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/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/lib/
H A Drbtree_test.c28 static struct rb_root_cached root = RB_ROOT_CACHED;
/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()
H A Ddisk-io.c2835 fs_info->mapping_tree = RB_ROOT_CACHED; in btrfs_init_fs_info()
2874 fs_info->block_group_cache_tree = RB_ROOT_CACHED; in btrfs_init_fs_info()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_vm.c1184 vm->va = RB_ROOT_CACHED; in radeon_vm_init()
/linux/drivers/iommu/iommufd/
H A Dpages.c1385 pages->access_itree = RB_ROOT_CACHED; in iopt_alloc_pages()
1386 pages->domains_itree = RB_ROOT_CACHED; in iopt_alloc_pages()
/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/drivers/vfio/
H A Dvfio_main.c1118 struct rb_root_cached root = RB_ROOT_CACHED; in vfio_ioctl_device_feature_logging_start()
/linux/block/
H A Dblk-throttle.c257 sq->pending_tree = RB_ROOT_CACHED; in throtl_service_queue_init()
/linux/fs/
H A Deventpoll.c1449 ep->rbr = RB_ROOT_CACHED; in ep_alloc()

12