Searched refs:rb_node (Results 1 – 14 of 14) sorted by relevance
| /arch/powerpc/kernel/ |
| A D | eeh_cache.c | 41 struct rb_node rb_node; member 56 struct rb_node *n = pci_io_addr_cache_root.rb_root.rb_node; in __eeh_addr_cache_get_device() 60 piar = rb_entry(n, struct pci_io_addr_range, rb_node); in __eeh_addr_cache_get_device() 100 struct rb_node *n; in eeh_addr_cache_print() 106 piar = rb_entry(n, struct pci_io_addr_range, rb_node); in eeh_addr_cache_print() 121 struct rb_node **p = &pci_io_addr_cache_root.rb_root.rb_node; in eeh_addr_cache_insert() 122 struct rb_node *parent = NULL; in eeh_addr_cache_insert() 154 rb_link_node(&piar->rb_node, parent, p); in eeh_addr_cache_insert() 215 struct rb_node *n; in __eeh_addr_cache_rmv_dev() 221 piar = rb_entry(n, struct pci_io_addr_range, rb_node); in __eeh_addr_cache_rmv_dev() [all …]
|
| /arch/sh/kernel/ |
| A D | dwarf.c | 305 struct rb_node **rb_node = &cie_root.rb_node; in dwarf_lookup_cie() local 320 while (*rb_node) { in dwarf_lookup_cie() 332 rb_node = &(*rb_node)->rb_left; in dwarf_lookup_cie() 334 rb_node = &(*rb_node)->rb_right; in dwarf_lookup_cie() 349 struct rb_node **rb_node = &fde_root.rb_node; in dwarf_lookup_fde() local 366 rb_node = &(*rb_node)->rb_left; in dwarf_lookup_fde() 372 rb_node = &(*rb_node)->rb_right; in dwarf_lookup_fde() 738 struct rb_node **rb_node = &cie_root.rb_node; in dwarf_parse_cie() local 739 struct rb_node *parent = *rb_node; in dwarf_parse_cie() 869 struct rb_node **rb_node = &fde_root.rb_node; in dwarf_parse_fde() local [all …]
|
| /arch/arm/xen/ |
| A D | p2m.c | 26 struct rb_node rbnode_phys; 35 struct rb_node **link = &phys_to_mach.rb_node; in xen_add_phys_to_mach_entry() 36 struct rb_node *parent = NULL; in xen_add_phys_to_mach_entry() 66 struct rb_node *n; in __pfn_to_mfn() 71 n = phys_to_mach.rb_node; in __pfn_to_mfn() 156 struct rb_node *n; in __set_phys_to_machine_multi() 160 n = phys_to_mach.rb_node; in __set_phys_to_machine_multi()
|
| /arch/x86/events/intel/ |
| A D | uncore_discovery.c | 53 static inline int __type_cmp(const void *key, const struct rb_node *b) in __type_cmp() 69 struct rb_node *node = rb_find(&type_id, &discovery_tables, __type_cmp); in search_uncore_discovery_type() 74 static inline bool __type_less(struct rb_node *a, const struct rb_node *b) in __type_less() 116 static inline int pmu_idx_cmp(const void *key, const struct rb_node *b) in pmu_idx_cmp() 136 struct rb_node *pos; in intel_uncore_find_discovery_unit() 174 static inline bool unit_less(struct rb_node *a, const struct rb_node *b) in unit_less() 198 struct rb_node *node; in uncore_find_unit() 445 struct rb_node *node; in intel_uncore_clear_discovery_tables() 748 struct rb_node *node; in intel_uncore_generic_init_uncores()
|
| A D | uncore_discovery.h | 120 struct rb_node node; 128 struct rb_node node;
|
| A D | uncore.c | 1081 struct rb_node *node; in uncore_pci_find_dev_pmu_from_types() 1365 struct rb_node *node; in uncore_pci_pmus_register()
|
| A D | uncore_snbep.c | 6228 struct rb_node *node; in spr_extra_boxes_cleanup() 6455 struct rb_node *node; in uncore_type_max_boxes()
|
| /arch/x86/mm/pat/ |
| A D | memtype.h | 15 struct rb_node rb;
|
| /arch/sh/include/asm/ |
| A D | dwarf.h | 248 struct rb_node node; 266 struct rb_node node;
|
| /arch/arm64/include/asm/ |
| A D | kvm_pkvm.h | 173 struct rb_node node;
|
| /arch/arm64/kvm/ |
| A D | mmu.c | 449 struct rb_node node; 455 static struct hyp_shared_pfn *find_shared_pfn(u64 pfn, struct rb_node ***node, in find_shared_pfn() 456 struct rb_node **parent) in find_shared_pfn() 460 *node = &hyp_shared_pfns.rb_node; in find_shared_pfn() 478 struct rb_node **node, *parent; in share_pfn_hyp() 508 struct rb_node **node, *parent; in unshare_pfn_hyp()
|
| /arch/powerpc/perf/ |
| A D | hv-24x7.c | 591 struct rb_node node; 625 struct rb_node **new = &(root->rb_node), *parent = NULL; in event_uniq_add()
|
| /arch/s390/kvm/ |
| A D | kvm-s390.h | 259 struct rb_node *node; in kvm_s390_get_gfn_end()
|
| A D | kvm-s390.c | 2269 struct rb_node *mnode = &ms->gfn_node[slots->node_idx]; in kvm_s390_next_dirty_cmma()
|
Completed in 63 milliseconds