Home
last modified time | relevance | path

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

/linux/mm/
H A Dmemblock.c1194 * @type_a: pointer to memblock_type from where the range is taken
1202 * *@idx contains index into type_a and the upper 32bit indexes the
1216 struct memblock_type *type_a, in __next_mem_range()
1223 for (; idx_a < type_a->cnt; idx_a++) { in __next_mem_range()
1224 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range()
1230 if (should_skip_region(type_a, m, nid, flags)) in __next_mem_range()
1295 * @type_a: pointer to memblock_type from where the range is taken
1301 * Finds the next range from type_a which is not marked as unsuitable
1308 struct memblock_type *type_a, in __next_mem_range_rev()
1317 idx_a = type_a in __next_mem_range_rev()
1215 __next_mem_range(u64 * idx,int nid,enum memblock_flags flags,struct memblock_type * type_a,struct memblock_type * type_b,phys_addr_t * out_start,phys_addr_t * out_end,int * out_nid) __next_mem_range() argument
1307 __next_mem_range_rev(u64 * idx,int nid,enum memblock_flags flags,struct memblock_type * type_a,struct memblock_type * type_b,phys_addr_t * out_start,phys_addr_t * out_end,int * out_nid) __next_mem_range_rev() argument
[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()
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/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.c1459 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()
/linux/drivers/nfc/pn533/
H A 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()