Searched refs:type_b (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | memblock.h | 89 struct memblock_type *type_b, phys_addr_t *out_start, 93 struct memblock_type *type_b, phys_addr_t *out_start, 98 * included in type_b. Or just type_a if type_b is NULL. 101 * @type_b: ptr to memblock_type which excludes from the iteration 107 #define for_each_mem_range(i, type_a, type_b, nid, \ 109 for (i = 0, __next_mem_range(&i, nid, type_a, type_b, \ 112 __next_mem_range(&i, nid, type_a, type_b, \ 117 * type_a and not included in type_b. Or just type_a if type_b is NULL. 120 * @type_b: ptr to memblock_type which excludes from the iteration 126 #define for_each_mem_range_rev(i, type_a, type_b, nid, \ 129 __next_mem_range_rev(&i, nid, type_a, type_b, \ 132 __next_mem_range_rev(&i, nid, type_a, type_b, \
|
/linux-4.1.27/mm/ |
H A D | memblock.c | 786 * @type_b: pointer to memblock_type which excludes memory from being taken 794 * areas before each region in type_b. For example, if type_b regions 808 struct memblock_type *type_b, __next_mem_range() 834 if (!type_b) { __next_mem_range() 847 for (; idx_b < type_b->cnt + 1; idx_b++) { __next_mem_range() 852 r = &type_b->regions[idx_b]; __next_mem_range() 854 r_end = idx_b < type_b->cnt ? __next_mem_range() 894 * in type_b. 899 * @type_b: pointer to memblock_type which excludes memory from being taken 908 struct memblock_type *type_b, __next_mem_range_rev() 920 idx_b = type_b->cnt; __next_mem_range_rev() 938 if (!type_b) { __next_mem_range_rev() 956 r = &type_b->regions[idx_b]; __next_mem_range_rev() 958 r_end = idx_b < type_b->cnt ? __next_mem_range_rev() 806 __next_mem_range(u64 *idx, int nid, 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 906 __next_mem_range_rev(u64 *idx, int nid, 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
|
/linux-4.1.27/drivers/acpi/ |
H A D | sleep.c | 79 u8 type_a, type_b; acpi_sleep_state_supported() local 81 status = acpi_get_sleep_type_data(sleep_state, &type_a, &type_b); acpi_sleep_state_supported()
|
/linux-4.1.27/drivers/nfc/ |
H A D | pn533.c | 214 } __packed type_b; member in union:pn533_cmd_poll_initdata 290 .initiator_data.type_b = { 1409 static bool pn533_target_type_b_is_valid(struct pn533_target_type_b *type_b, pn533_target_type_b_is_valid() argument 1415 if (type_b->sensb_res.opcode != PN533_TYPE_B_OPC_SENSB_RES) pn533_target_type_b_is_valid() 1418 if (PN533_TYPE_B_PROT_TYPE(type_b->sensb_res.prot_info.fsci_type) & pn533_target_type_b_is_valid()
|
Completed in 287 milliseconds