Searched refs:type_a (Results 1 – 6 of 6) 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/tools/perf/util/ |
| H A D | annotate-data.c | 469 static bool is_better_type(Dwarf_Die *type_a, Dwarf_Die *type_b) in is_better_type() argument 475 if (is_pointer_type(type_a) != is_pointer_type(type_b)) in is_better_type() 483 if (die_get_real_type(type_a, &die_a) == NULL) in is_better_type() 488 type_a = &die_a; in is_better_type() 493 if (dwarf_aggregate_size(type_a, &size_a) < 0 || in is_better_type() 501 if (is_compound_type(type_a) != is_compound_type(type_b)) in is_better_type()
|
| /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/drivers/hwtracing/coresight/ |
| H A D | coresight-core.c | 1455 static bool coresight_compare_type(enum coresight_dev_type type_a, in coresight_compare_type() argument 1460 if (type_a != type_b) in coresight_compare_type() 1463 switch (type_a) { in coresight_compare_type()
|
| /linux/drivers/nfc/pn533/ |
| H A D | pn533.c | 673 static bool pn533_target_type_a_is_valid(struct pn533_target_type_a *type_a, in pn533_target_type_a_is_valid() argument 688 ssd = PN533_TYPE_A_SENS_RES_SSD(type_a->sens_res); in pn533_target_type_a_is_valid() 689 platconf = PN533_TYPE_A_SENS_RES_PLATCONF(type_a->sens_res); in pn533_target_type_a_is_valid() 698 if (PN533_TYPE_A_SEL_CASCADE(type_a->sel_res) != 0) in pn533_target_type_a_is_valid() 701 if (type_a->nfcid_len > NFC_NFCID1_MAXSIZE) in pn533_target_type_a_is_valid()
|