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

/linux-master/include/linux/
H A Dmemblock.h143 struct memblock_type *type_b, phys_addr_t *out_start,
148 struct memblock_type *type_b, phys_addr_t *out_start,
179 * included in type_b. Or just type_a if type_b is NULL.
182 * @type_b: ptr to memblock_type which excludes from the iteration
189 #define __for_each_mem_range(i, type_a, type_b, nid, flags, \
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, \
199 * type_a and not included in type_b. Or just type_a if type_b i
[all...]
/linux-master/mm/
H A Dmemblock.c1093 * @type_b: pointer to memblock_type which excludes memory from being taken
1101 * areas before each region in type_b. For example, if type_b regions
1115 struct memblock_type *type_b, phys_addr_t *out_start,
1135 if (!type_b) {
1148 for (; idx_b < type_b->cnt + 1; idx_b++) {
1153 r = &type_b->regions[idx_b];
1155 r_end = idx_b < type_b->cnt ?
1198 * @type_b: pointer to memblock_type which excludes memory from being taken
1204 * in type_b
1113 __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) argument
1208 __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) argument
[all...]
/linux-master/arch/x86/events/intel/
H A Duncore_discovery.c54 struct intel_uncore_discovery_type *type_b = __node_2_type(b); local
57 if (type_b->type > *type_id)
59 else if (type_b->type < *type_id)
/linux-master/drivers/acpi/
H A Dsleep.c90 u8 type_a, type_b; local
92 status = acpi_get_sleep_type_data(sleep_state, &type_a, &type_b);
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-core.c1256 enum coresight_dev_type type_b,
1259 if (type_a != type_b)
1254 coresight_compare_type(enum coresight_dev_type type_a, union coresight_dev_subtype subtype_a, enum coresight_dev_type type_b, union coresight_dev_subtype subtype_b) argument
/linux-master/drivers/nfc/pn533/
H A Dpn533.c85 } __packed type_b; member in union:pn533_cmd_poll_initdata
148 .initiator_data.type_b = {
860 static bool pn533_target_type_b_is_valid(struct pn533_target_type_b *type_b, argument
866 if (type_b->sensb_res.opcode != PN533_TYPE_B_OPC_SENSB_RES)
869 if (PN533_TYPE_B_PROT_TYPE(type_b->sensb_res.prot_info.fsci_type) &

Completed in 121 milliseconds