Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/ !
Dmemblock.h142 struct memblock_type *type_a,
147 struct memblock_type *type_a,
189 #define __for_each_mem_range(i, type_a, type_b, nid, flags, \ argument
191 for (i = 0, __next_mem_range(&i, nid, flags, type_a, type_b, \
194 __next_mem_range(&i, nid, flags, type_a, type_b, \
209 #define __for_each_mem_range_rev(i, type_a, type_b, nid, flags, \ argument
212 __next_mem_range_rev(&i, nid, flags, type_a, type_b, \
215 __next_mem_range_rev(&i, nid, flags, type_a, type_b, \
/linux-6.12.1/mm/ !
Dmemblock.c1112 struct memblock_type *type_a, in __next_mem_range() argument
1119 for (; idx_a < type_a->cnt; idx_a++) { in __next_mem_range()
1120 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range()
1126 if (should_skip_region(type_a, m, nid, flags)) in __next_mem_range()
1204 struct memblock_type *type_a, in __next_mem_range_rev() argument
1213 idx_a = type_a->cnt - 1; in __next_mem_range_rev()
1221 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range_rev()
1227 if (should_skip_region(type_a, m, nid, flags)) in __next_mem_range_rev()
/linux-6.12.1/tools/perf/util/ !
Dannotate-data.c435 static bool is_better_type(Dwarf_Die *type_a, Dwarf_Die *type_b) in is_better_type() argument
441 if (is_pointer_type(type_a) != is_pointer_type(type_b)) in is_better_type()
449 if (die_get_real_type(type_a, &die_a) == NULL) in is_better_type()
454 type_a = &die_a; in is_better_type()
459 if (dwarf_aggregate_size(type_a, &size_a) < 0 || in is_better_type()
467 if (is_compound_type(type_a) != is_compound_type(type_b)) in is_better_type()
/linux-6.12.1/drivers/acpi/ !
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-6.12.1/drivers/hwtracing/coresight/ !
Dcoresight-core.c1267 static bool coresight_compare_type(enum coresight_dev_type type_a, in coresight_compare_type() argument
1272 if (type_a != type_b) in coresight_compare_type()
1275 switch (type_a) { in coresight_compare_type()
/linux-6.12.1/drivers/nfc/pn533/ !
Dpn533.c673 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()