Home
last modified time | relevance | path

Searched refs:rb_root (Results 1 – 9 of 9) sorted by relevance

/arch/powerpc/kernel/
A Deeh_cache.c50 struct rb_root rb_root; member
56 struct rb_node *n = pci_io_addr_cache_root.rb_root.rb_node; in __eeh_addr_cache_get_device()
103 n = rb_first(&cache->rb_root); in eeh_addr_cache_print()
121 struct rb_node **p = &pci_io_addr_cache_root.rb_root.rb_node; in eeh_addr_cache_insert()
155 rb_insert_color(&piar->rb_node, &pci_io_addr_cache_root.rb_root); in eeh_addr_cache_insert()
218 n = rb_first(&pci_io_addr_cache_root.rb_root); in __eeh_addr_cache_rmv_dev()
226 rb_erase(n, &pci_io_addr_cache_root.rb_root); in __eeh_addr_cache_rmv_dev()
270 for (n = rb_first(&pci_io_addr_cache_root.rb_root); n; n = rb_next(n)) { in eeh_addr_cache_show()
/arch/x86/events/intel/
A Duncore_discovery.h130 struct rb_root units; /* Unit ctrl addr for all units */
168 int intel_uncore_find_discovery_unit_id(struct rb_root *units, int die,
173 struct rb_root *root, u16 *num_units);
A Duncore_discovery.c12 static struct rb_root discovery_tables = RB_ROOT;
132 intel_uncore_find_discovery_unit(struct rb_root *units, int die, in intel_uncore_find_discovery_unit()
162 int intel_uncore_find_discovery_unit_id(struct rb_root *units, int die, in intel_uncore_find_discovery_unit_id()
195 uncore_find_unit(struct rb_root *root, unsigned int id) in uncore_find_unit()
210 struct rb_root *root, u16 *num_units) in uncore_find_add_unit()
A Duncore.h87 struct rb_root *boxes;
A Duncore_snbep.c6512 struct rb_root *root; in spr_update_device_location()
6527 root = kzalloc(sizeof(struct rb_root), GFP_KERNEL); in spr_update_device_location()
/arch/arm/xen/
A Dp2m.c30 struct rb_root phys_to_mach = RB_ROOT;
/arch/sh/kernel/
A Ddwarf.c41 static struct rb_root cie_root;
44 static struct rb_root fde_root;
/arch/powerpc/perf/
A Dhv-24x7.c622 static int event_uniq_add(struct rb_root *root, const char *name, int nl, in event_uniq_add()
669 static void event_uniq_destroy(struct rb_root *root) in event_uniq_destroy()
771 struct rb_root ev_uniq = RB_ROOT; in create_events_from_catalog()
/arch/arm64/kvm/
A Dmmu.c453 static struct rb_root hyp_shared_pfns = RB_ROOT;

Completed in 32 milliseconds