Home
last modified time | relevance | path

Searched refs:type_b (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dmemblock.h167 struct memblock_type *type_b, phys_addr_t *out_start,
172 struct memblock_type *type_b, phys_addr_t *out_start,
213 #define __for_each_mem_range(i, type_a, type_b, nid, flags, \ argument
215 for (i = 0, __next_mem_range(&i, nid, flags, type_a, type_b, \
218 __next_mem_range(&i, nid, flags, type_a, type_b, \
233 #define __for_each_mem_range_rev(i, type_a, type_b, nid, flags, \ argument
236 __next_mem_range_rev(&i, nid, flags, type_a, type_b, \
239 __next_mem_range_rev(&i, nid, flags, type_a, type_b, \
/linux/mm/
H A Dmemblock.c1216 struct memblock_type *type_b, phys_addr_t *out_start, in __next_mem_range() argument
1232 if (!type_b) { in __next_mem_range()
1245 for (; idx_b < type_b->cnt + 1; idx_b++) { in __next_mem_range()
1250 r = &type_b->regions[idx_b]; in __next_mem_range()
1252 r_end = idx_b < type_b->cnt ? in __next_mem_range()
1308 struct memblock_type *type_b, in __next_mem_range_rev() argument
1317 if (type_b != NULL) in __next_mem_range_rev()
1318 idx_b = type_b->cnt; in __next_mem_range_rev()
1333 if (!type_b) { in __next_mem_range_rev()
1351 r = &type_b->regions[idx_b]; in __next_mem_range_rev()
[all …]
/linux/tools/perf/util/
H A Dannotate-data.c473 static bool is_better_type(Dwarf_Die *type_a, Dwarf_Die *type_b) in is_better_type() argument
479 if (is_pointer_type(type_a) != is_pointer_type(type_b)) in is_better_type()
480 return is_pointer_type(type_b); in is_better_type()
482 if (is_pointer_type(type_b)) { in is_better_type()
489 if (die_get_real_type(type_b, &die_b) == NULL) in is_better_type()
493 type_b = &die_b; in is_better_type()
498 dwarf_aggregate_size(type_b, &size_b) < 0) in is_better_type()
505 if (is_compound_type(type_a) != is_compound_type(type_b)) in is_better_type()
506 return is_compound_type(type_b); in is_better_type()
509 if (dwarf_tag(type_b) == DW_TAG_typedef) in is_better_type()
/linux/arch/x86/events/intel/
H A Duncore_discovery.c55 struct intel_uncore_discovery_type *type_b = __node_2_type(b); in __type_cmp() local
58 if (type_b->type > *type_id) in __type_cmp()
60 else if (type_b->type < *type_id) in __type_cmp()
/linux/drivers/acpi/
H A Dsleep.c90 u8 type_a, type_b; in acpi_sleep_state_supported() local
92 status = acpi_get_sleep_type_data(sleep_state, &type_a, &type_b); in acpi_sleep_state_supported()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c1461 enum coresight_dev_type type_b, in coresight_compare_type() argument
1464 if (type_a != type_b) in coresight_compare_type()