Searched refs:type_a (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | memblock.h | 166 struct memblock_type *type_a, 171 struct memblock_type *type_a, 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 D | memblock.c | 1215 struct memblock_type *type_a, in __next_mem_range() argument 1222 for (; idx_a < type_a->cnt; idx_a++) { in __next_mem_range() 1223 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range() 1229 if (should_skip_region(type_a, m, nid, flags)) in __next_mem_range() 1307 struct memblock_type *type_a, in __next_mem_range_rev() argument 1316 idx_a = type_a->cnt - 1; in __next_mem_range_rev() 1324 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range_rev() 1330 if (should_skip_region(type_a, m, nid, flags)) in __next_mem_range_rev()
|
| /linux/drivers/acpi/ |
| H A D | sleep.c | 90 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/tools/perf/util/ |
| H A D | annotate-data.c | 473 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() 487 if (die_get_real_type(type_a, &die_a) == NULL) in is_better_type() 492 type_a = &die_a; in is_better_type() 497 if (dwarf_aggregate_size(type_a, &size_a) < 0 || in is_better_type() 505 if (is_compound_type(type_a) != is_compound_type(type_b)) in is_better_type()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-core.c | 1459 static bool coresight_compare_type(enum coresight_dev_type type_a, in coresight_compare_type() argument 1464 if (type_a != type_b) in coresight_compare_type() 1467 switch (type_a) { in coresight_compare_type()
|