/kernel/linux/linux-5.10/sound/firewire/dice/ |
H A D | dice-transaction.c | 273 __be32 *pointers; in get_subaddrs() local 279 pointers = kmalloc_array(ARRAY_SIZE(min_values), sizeof(__be32), in get_subaddrs() 281 if (pointers == NULL) in get_subaddrs() 290 DICE_PRIVATE_SPACE, pointers, in get_subaddrs() 296 data = be32_to_cpu(pointers[i]); in get_subaddrs() 303 if (be32_to_cpu(pointers[1]) > 0x18) { in get_subaddrs() 310 be32_to_cpu(pointers[0]) * 4 + GLOBAL_VERSION, in get_subaddrs() 328 dice->global_offset = be32_to_cpu(pointers[0]) * 4; in get_subaddrs() 329 dice->tx_offset = be32_to_cpu(pointers[2]) * 4; in get_subaddrs() 330 dice->rx_offset = be32_to_cpu(pointers[ in get_subaddrs() [all...] |
H A D | dice-extension.c | 142 __be32 *pointers; in snd_dice_detect_extension_formats() local 147 pointers = kmalloc_array(9, sizeof(__be32) * 2, GFP_KERNEL); in snd_dice_detect_extension_formats() 148 if (pointers == NULL) in snd_dice_detect_extension_formats() 152 DICE_EXT_APP_SPACE, pointers, in snd_dice_detect_extension_formats() 162 if (pointers[i * 2] == pointers[j * 2]) { in snd_dice_detect_extension_formats() 170 section_addr = DICE_EXT_APP_SPACE + be32_to_cpu(pointers[12]) * 4; in snd_dice_detect_extension_formats() 173 kfree(pointers); in snd_dice_detect_extension_formats()
|
/kernel/linux/linux-6.6/sound/firewire/dice/ |
H A D | dice-transaction.c | 273 __be32 *pointers; in get_subaddrs() local 279 pointers = kmalloc_array(ARRAY_SIZE(min_values), sizeof(__be32), in get_subaddrs() 281 if (pointers == NULL) in get_subaddrs() 290 DICE_PRIVATE_SPACE, pointers, in get_subaddrs() 296 data = be32_to_cpu(pointers[i]); in get_subaddrs() 303 if (be32_to_cpu(pointers[1]) > 0x18) { in get_subaddrs() 310 be32_to_cpu(pointers[0]) * 4 + GLOBAL_VERSION, in get_subaddrs() 328 dice->global_offset = be32_to_cpu(pointers[0]) * 4; in get_subaddrs() 329 dice->tx_offset = be32_to_cpu(pointers[2]) * 4; in get_subaddrs() 330 dice->rx_offset = be32_to_cpu(pointers[ in get_subaddrs() [all...] |
H A D | dice-extension.c | 142 __be32 *pointers; in snd_dice_detect_extension_formats() local 147 pointers = kmalloc_array(9, sizeof(__be32) * 2, GFP_KERNEL); in snd_dice_detect_extension_formats() 148 if (pointers == NULL) in snd_dice_detect_extension_formats() 152 DICE_EXT_APP_SPACE, pointers, in snd_dice_detect_extension_formats() 162 if (pointers[i * 2] == pointers[j * 2]) { in snd_dice_detect_extension_formats() 170 section_addr = DICE_EXT_APP_SPACE + be32_to_cpu(pointers[12]) * 4; in snd_dice_detect_extension_formats() 173 kfree(pointers); in snd_dice_detect_extension_formats()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | raid56.c | 1004 * Both @faila and @failb should be valid pointers if any of in get_rbio_veritical_errors() 1187 void **pointers = rbio->finish_pointers; in generate_pq_vertical() local 1196 pointers[stripe] = kmap_local_page(sector->page) + in generate_pq_vertical() 1203 pointers[stripe++] = kmap_local_page(sector->page) + sector->pgoff; in generate_pq_vertical() 1212 pointers[stripe++] = kmap_local_page(sector->page) + in generate_pq_vertical() 1216 pointers); in generate_pq_vertical() 1219 memcpy(pointers[rbio->nr_data], pointers[0], sectorsize); in generate_pq_vertical() 1220 run_xor(pointers + 1, rbio->nr_data - 1, sectorsize); in generate_pq_vertical() 1223 kunmap_local(pointers[strip in generate_pq_vertical() 1718 recover_vertical(struct btrfs_raid_bio *rbio, int sector_nr, void **pointers, void **unmap_array) recover_vertical() argument 1876 void **pointers = NULL; recover_sectors() local 2404 void **pointers = rbio->finish_pointers; finish_parity_scrub() local 2561 void **pointers = NULL; recover_scrub_rbio() local [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | raid56.c | 149 * these are two arrays of pointers. We allocate the 154 /* pointers to pages that we allocated for 160 * pointers to the pages in the bio_list. Stored 170 /* allocated with real_stripes-many pointers for finish_*() calls */ 1201 void **pointers = rbio->finish_pointers; in finish_rmw() local 1238 * bio list one last time and map the page pointers in finish_rmw() 1256 pointers[stripe] = kmap(p); in finish_rmw() 1262 pointers[stripe++] = kmap(p); in finish_rmw() 1272 pointers[stripe++] = kmap(p); in finish_rmw() 1275 pointers); in finish_rmw() 1839 void **pointers; __raid_recover_end_io() local 2364 void **pointers = rbio->finish_pointers; finish_parity_scrub() local [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_trie.c | 449 /* update all of the child parent pointers */ in update_children() 517 /* update all of the child parent pointers */ in replace() 520 /* all pointers should be clean so we are done */ in replace() 551 /* Assemble all of the pointers in our cluster, in this case that in inflate() 552 * represents all of the pointers out of our allocated nodes that in inflate() 605 /* populate child pointers in new nodes */ in inflate() 622 /* setup the parent pointers into and out of this node */ in inflate() 625 /* all pointers should be clean so we are done */ in inflate() 646 /* Assemble all of the pointers in our cluster, in this case that in halve() 647 * represents all of the pointers ou in halve() 2515 unsigned int i, max, pointers, bytes, avdepth; trie_show_stats() local [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_trie.c | 450 /* update all of the child parent pointers */ in update_children() 518 /* update all of the child parent pointers */ in replace() 521 /* all pointers should be clean so we are done */ in replace() 552 /* Assemble all of the pointers in our cluster, in this case that in inflate() 553 * represents all of the pointers out of our allocated nodes that in inflate() 606 /* populate child pointers in new nodes */ in inflate() 623 /* setup the parent pointers into and out of this node */ in inflate() 626 /* all pointers should be clean so we are done */ in inflate() 647 /* Assemble all of the pointers in our cluster, in this case that in halve() 648 * represents all of the pointers ou in halve() 2557 unsigned int i, max, pointers, bytes, avdepth; trie_show_stats() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/ |
H A D | Makefile | 108 # the TOC pointer to create pointers where possible. Pointers into the 132 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mno-pointers-to-nested-functions)
|
/kernel/linux/linux-5.10/arch/powerpc/ |
H A D | Makefile | 113 # the TOC pointer to create pointers where possible. Pointers into the 138 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mno-pointers-to-nested-functions)
|
/kernel/linux/linux-6.6/rust/ |
H A D | Makefile | 284 -mno-pointers-to-nested-functions -mno-string \
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 967 ## arg1, arg2, arg3, arg4 are used as pointers only, not modified 1202 # arg1, arg2, arg3, arg4 are used as pointers only, not modified 1915 ## arg1, arg2, arg3, arg4 are used as pointers only, not modified 2157 # arg1, arg2, arg3, arg4 are used as pointers only, not modified
|
/kernel/linux/linux-6.6/ |
H A D | Makefile | 859 KBUILD_RUSTFLAGS += -Cforce-frame-pointers=y 862 # pointers. For those, we don't have FUNCTION_TRACER automatically 997 # disable invalid "can't wrap" optimizations for signed / pointers
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 1234 # arg1, arg3, arg4 are used as pointers only, not modified 2189 # arg1, arg3, arg4 are used as pointers only, not modified
|