/linux-4.1.27/lib/raid6/ |
D | recov.c | 26 int failb, void **ptrs) in raid6_2data_recov_intx1() argument 33 p = (u8 *)ptrs[disks-2]; in raid6_2data_recov_intx1() 34 q = (u8 *)ptrs[disks-1]; in raid6_2data_recov_intx1() 39 dp = (u8 *)ptrs[faila]; in raid6_2data_recov_intx1() 40 ptrs[faila] = (void *)raid6_empty_zero_page; in raid6_2data_recov_intx1() 41 ptrs[disks-2] = dp; in raid6_2data_recov_intx1() 42 dq = (u8 *)ptrs[failb]; in raid6_2data_recov_intx1() 43 ptrs[failb] = (void *)raid6_empty_zero_page; in raid6_2data_recov_intx1() 44 ptrs[disks-1] = dq; in raid6_2data_recov_intx1() 46 raid6_call.gen_syndrome(disks, bytes, ptrs); in raid6_2data_recov_intx1() [all …]
|
D | recov_avx2.c | 23 int failb, void **ptrs) in raid6_2data_recov_avx2() argument 30 p = (u8 *)ptrs[disks-2]; in raid6_2data_recov_avx2() 31 q = (u8 *)ptrs[disks-1]; in raid6_2data_recov_avx2() 36 dp = (u8 *)ptrs[faila]; in raid6_2data_recov_avx2() 37 ptrs[faila] = (void *)raid6_empty_zero_page; in raid6_2data_recov_avx2() 38 ptrs[disks-2] = dp; in raid6_2data_recov_avx2() 39 dq = (u8 *)ptrs[failb]; in raid6_2data_recov_avx2() 40 ptrs[failb] = (void *)raid6_empty_zero_page; in raid6_2data_recov_avx2() 41 ptrs[disks-1] = dq; in raid6_2data_recov_avx2() 43 raid6_call.gen_syndrome(disks, bytes, ptrs); in raid6_2data_recov_avx2() [all …]
|
D | recov_ssse3.c | 23 int failb, void **ptrs) in raid6_2data_recov_ssse3() argument 32 p = (u8 *)ptrs[disks-2]; in raid6_2data_recov_ssse3() 33 q = (u8 *)ptrs[disks-1]; in raid6_2data_recov_ssse3() 38 dp = (u8 *)ptrs[faila]; in raid6_2data_recov_ssse3() 39 ptrs[faila] = (void *)raid6_empty_zero_page; in raid6_2data_recov_ssse3() 40 ptrs[disks-2] = dp; in raid6_2data_recov_ssse3() 41 dq = (u8 *)ptrs[failb]; in raid6_2data_recov_ssse3() 42 ptrs[failb] = (void *)raid6_empty_zero_page; in raid6_2data_recov_ssse3() 43 ptrs[disks-1] = dq; in raid6_2data_recov_ssse3() 45 raid6_call.gen_syndrome(disks, bytes, ptrs); in raid6_2data_recov_ssse3() [all …]
|
D | sse2.c | 41 static void raid6_sse21_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_sse21_gen_syndrome() argument 43 u8 **dptr = (u8 **)ptrs; in raid6_sse21_gen_syndrome() 93 size_t bytes, void **ptrs) in raid6_sse21_xor_syndrome() argument 95 u8 **dptr = (u8 **)ptrs; in raid6_sse21_xor_syndrome() 151 static void raid6_sse22_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_sse22_gen_syndrome() argument 153 u8 **dptr = (u8 **)ptrs; in raid6_sse22_gen_syndrome() 204 size_t bytes, void **ptrs) in raid6_sse22_xor_syndrome() argument 206 u8 **dptr = (u8 **)ptrs; in raid6_sse22_xor_syndrome() 283 static void raid6_sse24_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_sse24_gen_syndrome() argument 285 u8 **dptr = (u8 **)ptrs; in raid6_sse24_gen_syndrome() [all …]
|
D | avx2.c | 42 static void raid6_avx21_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_avx21_gen_syndrome() argument 44 u8 **dptr = (u8 **)ptrs; in raid6_avx21_gen_syndrome() 101 static void raid6_avx22_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_avx22_gen_syndrome() argument 103 u8 **dptr = (u8 **)ptrs; in raid6_avx22_gen_syndrome() 165 static void raid6_avx24_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_avx24_gen_syndrome() argument 167 u8 **dptr = (u8 **)ptrs; in raid6_avx24_gen_syndrome()
|
D | mmx.c | 40 static void raid6_mmx1_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_mmx1_gen_syndrome() argument 42 u8 **dptr = (u8 **)ptrs; in raid6_mmx1_gen_syndrome() 88 static void raid6_mmx2_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_mmx2_gen_syndrome() argument 90 u8 **dptr = (u8 **)ptrs; in raid6_mmx2_gen_syndrome()
|
D | sse1.c | 45 static void raid6_sse11_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_sse11_gen_syndrome() argument 47 u8 **dptr = (u8 **)ptrs; in raid6_sse11_gen_syndrome() 104 static void raid6_sse12_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_sse12_gen_syndrome() argument 106 u8 **dptr = (u8 **)ptrs; in raid6_sse12_gen_syndrome()
|
D | neon.c | 34 size_t bytes, void **ptrs) \ 40 (unsigned long)bytes, ptrs); \
|
D | altivec.uc | 68 raid6_altivec$#_gen_syndrome_real(int disks, size_t bytes, void **ptrs) 70 u8 **dptr = (u8 **)ptrs; 97 static void raid6_altivec$#_gen_syndrome(int disks, size_t bytes, void **ptrs) 102 raid6_altivec$#_gen_syndrome_real(disks, bytes, ptrs);
|
D | int.uc | 82 static void raid6_int$#_gen_syndrome(int disks, size_t bytes, void **ptrs) 84 u8 **dptr = (u8 **)ptrs; 111 size_t bytes, void **ptrs) 113 u8 **dptr = (u8 **)ptrs;
|
D | tilegx.uc | 50 void raid6_tilegx$#_gen_syndrome(int disks, size_t bytes, void **ptrs) 52 u8 **dptr = (u8 **)ptrs;
|
D | neon.uc | 52 void raid6_neon$#_gen_syndrome_real(int disks, unsigned long bytes, void **ptrs) 54 uint8_t **dptr = (uint8_t **)ptrs;
|
/linux-4.1.27/crypto/async_tx/ |
D | raid6test.c | 68 static void raid6_dual_recov(int disks, size_t bytes, int faila, int failb, struct page **ptrs) in raid6_dual_recov() argument 82 tx = async_gen_syndrome(ptrs, 0, disks, bytes, &submit); in raid6_dual_recov() 95 blocks[count++] = ptrs[i]; in raid6_dual_recov() 97 dest = ptrs[faila]; in raid6_dual_recov() 103 tx = async_gen_syndrome(ptrs, 0, disks, bytes, &submit); in raid6_dual_recov() 109 tx = async_raid6_datap_recov(disks, bytes, faila, ptrs, &submit); in raid6_dual_recov() 113 tx = async_raid6_2data_recov(disks, bytes, faila, failb, ptrs, &submit); in raid6_dual_recov() 118 tx = async_syndrome_val(ptrs, 0, disks, bytes, &result, spare, &submit); in raid6_dual_recov()
|
D | async_raid6_recov.c | 368 void **ptrs = scribble ? scribble : (void **) blocks; in async_raid6_2data_recov() local 373 ptrs[i] = (void *) raid6_empty_zero_page; in async_raid6_2data_recov() 375 ptrs[i] = page_address(blocks[i]); in async_raid6_2data_recov() 377 raid6_2data_recov(disks, bytes, faila, failb, ptrs); in async_raid6_2data_recov() 444 void **ptrs = scribble ? scribble : (void **) blocks; in async_raid6_datap_recov() local 449 ptrs[i] = (void*)raid6_empty_zero_page; in async_raid6_datap_recov() 451 ptrs[i] = page_address(blocks[i]); in async_raid6_datap_recov() 453 raid6_datap_recov(disks, bytes, faila, ptrs); in async_raid6_datap_recov()
|
/linux-4.1.27/drivers/net/ethernet/8390/ |
D | zorro8390.c | 118 short *ptrs; in zorro8390_get_8390_hdr() local 139 ptrs = (short *)hdr; in zorro8390_get_8390_hdr() 141 *ptrs++ = z_readw(NE_BASE + NE_DATAPORT); in zorro8390_get_8390_hdr() 161 short *ptrs; in zorro8390_block_input() local 180 ptrs = (short *)buf; in zorro8390_block_input() 182 *ptrs++ = z_readw(NE_BASE + NE_DATAPORT); in zorro8390_block_input() 196 short *ptrs; in zorro8390_block_output() local 227 ptrs = (short *)buf; in zorro8390_block_output() 229 z_writew(*ptrs++, NE_BASE + NE_DATAPORT); in zorro8390_block_output()
|
D | apne.c | 394 short *ptrs; in apne_get_8390_hdr() local 414 ptrs = (short*)hdr; in apne_get_8390_hdr() 416 *ptrs++ = inw(NE_BASE + NE_DATAPORT); in apne_get_8390_hdr() 440 short *ptrs; in apne_block_input() local 459 ptrs = (short*)buf; in apne_block_input() 461 *ptrs++ = inw(NE_BASE + NE_DATAPORT); in apne_block_input() 482 short *ptrs; in apne_block_output() local 512 ptrs = (short*)buf; in apne_block_output() 514 outw(*ptrs++, NE_BASE+NE_DATAPORT); in apne_block_output()
|
D | hydra.c | 210 short *ptrs; in hydra_get_8390_hdr() local 213 ptrs = (short *)hdr; in hydra_get_8390_hdr() 215 *(ptrs++) = z_readw(hdr_start); in hydra_get_8390_hdr() 218 *(ptrs++) = z_readw(hdr_start); in hydra_get_8390_hdr()
|
/linux-4.1.27/include/linux/raid/ |
D | pq.h | 144 void **ptrs); 146 void **ptrs); 148 void **ptrs);
|
/linux-4.1.27/drivers/atm/ |
D | ambassador.c | 558 volatile amb_cq_ptrs * ptrs = &cq->ptrs; in command_do() local 571 my_slot = ptrs->in; in command_do() 577 *ptrs->in = *cmd; in command_do() 579 ptrs->in = NEXTQ (ptrs->in, ptrs->start, ptrs->limit); in command_do() 582 wr_mem (dev, offsetof(amb_mem, mb.adapter.cmd_address), virt_to_bus (ptrs->in)); in command_do() 594 while (ptrs->out != my_slot) { in command_do() 595 PRINTD (DBG_CMD, "wait: command slot (now at %p)", ptrs->out); in command_do() 601 while (ptrs->out->request != cpu_to_be32 (SRB_COMPLETE)) { in command_do() 612 *cmd = *ptrs->out; in command_do() 613 ptrs->out = NEXTQ (ptrs->out, ptrs->start, ptrs->limit); in command_do() [all …]
|
D | ambassador.h | 556 amb_cq_ptrs ptrs; member
|
/linux-4.1.27/fs/nilfs2/ |
D | bmap.c | 114 __u64 ptrs[NILFS_BMAP_SMALL_HIGH + 1]; in nilfs_bmap_do_insert() local 121 bmap, keys, ptrs, NILFS_BMAP_SMALL_HIGH + 1); in nilfs_bmap_do_insert() 125 bmap, key, ptr, keys, ptrs, n); in nilfs_bmap_do_insert() 169 __u64 ptrs[NILFS_BMAP_LARGE_LOW + 1]; in nilfs_bmap_do_delete() local 176 bmap, keys, ptrs, NILFS_BMAP_LARGE_LOW + 1); in nilfs_bmap_do_delete() 180 bmap, key, keys, ptrs, n); in nilfs_bmap_do_delete()
|
D | direct.c | 215 __u64 *keys, __u64 *ptrs, int nitems) in nilfs_direct_gather_data() argument 228 ptrs[n] = ptr; in nilfs_direct_gather_data() 236 __u64 key, __u64 *keys, __u64 *ptrs, int n) in nilfs_direct_delete_and_convert() argument 257 cpu_to_le64(ptrs[j]) : in nilfs_direct_delete_and_convert()
|
D | btree.c | 176 const __u64 *keys, const __u64 *ptrs) in nilfs_btree_node_init() argument 190 dptrs[i] = cpu_to_le64(ptrs[i]); in nilfs_btree_node_init() 1681 __u64 *keys, __u64 *ptrs, int nitems) in nilfs_btree_gather_data() argument 1720 ptrs[i] = le64_to_cpu(dptrs[i]); in nilfs_btree_gather_data() 1785 const __u64 *keys, const __u64 *ptrs, in nilfs_btree_commit_convert_and_insert() argument 1813 nilfs_btree_node_init(node, 0, 1, n, ncblk, keys, ptrs); in nilfs_btree_commit_convert_and_insert() 1835 keys, ptrs); in nilfs_btree_commit_convert_and_insert() 1857 const __u64 *keys, const __u64 *ptrs, int n) in nilfs_btree_convert_and_insert() argument 1881 nilfs_btree_commit_convert_and_insert(btree, key, ptr, keys, ptrs, n, in nilfs_btree_convert_and_insert()
|
/linux-4.1.27/drivers/tty/ |
D | mips_ejtag_fdc.c | 219 static struct fdc_word mips_ejtag_fdc_encode(const char **ptrs, in mips_ejtag_fdc_encode() argument 224 const char **ptrs_end = ptrs + ranges; in mips_ejtag_fdc_encode() 226 for (; ptrs < ptrs_end; ++ptrs) { in mips_ejtag_fdc_encode() 227 const char *ptr = *(ptrs++); in mips_ejtag_fdc_encode() 422 const char *ptrs[2]; in mips_ejtag_fdc_put_chan() local 430 ptrs[0] = dport->port.xmit_buf + dport->xmit_tail; in mips_ejtag_fdc_put_chan() 434 ptrs[1] = dport->port.xmit_buf; in mips_ejtag_fdc_put_chan() 436 word = mips_ejtag_fdc_encode(ptrs, sizes, 1 + !!sizes[1]); in mips_ejtag_fdc_put_chan() 440 min_t(int, word.bytes, sizes[0]), ptrs[0], in mips_ejtag_fdc_put_chan() 441 max_t(int, 0, word.bytes - sizes[0]), ptrs[1]); in mips_ejtag_fdc_put_chan()
|
/linux-4.1.27/include/linux/ |
D | async_tx.h | 201 struct page **ptrs, struct async_submit_ctl *submit); 205 struct page **ptrs, struct async_submit_ctl *submit);
|
/linux-4.1.27/fs/ext4/ |
D | indirect.c | 76 int ptrs = EXT4_ADDR_PER_BLOCK(inode->i_sb); in ext4_block_to_path() local 79 indirect_blocks = ptrs, in ext4_block_to_path() 90 final = ptrs; in ext4_block_to_path() 94 offsets[n++] = i_block & (ptrs - 1); in ext4_block_to_path() 95 final = ptrs; in ext4_block_to_path() 96 } else if (((i_block -= double_blocks) >> (ptrs_bits * 2)) < ptrs) { in ext4_block_to_path() 99 offsets[n++] = (i_block >> ptrs_bits) & (ptrs - 1); in ext4_block_to_path() 100 offsets[n++] = i_block & (ptrs - 1); in ext4_block_to_path() 101 final = ptrs; in ext4_block_to_path() 108 *boundary = final - 1 - (i_block & (ptrs - 1)); in ext4_block_to_path()
|
/linux-4.1.27/fs/ext2/ |
D | inode.c | 162 int ptrs = EXT2_ADDR_PER_BLOCK(inode->i_sb); in ext2_block_to_path() local 165 indirect_blocks = ptrs, in ext2_block_to_path() 179 final = ptrs; in ext2_block_to_path() 183 offsets[n++] = i_block & (ptrs - 1); in ext2_block_to_path() 184 final = ptrs; in ext2_block_to_path() 185 } else if (((i_block -= double_blocks) >> (ptrs_bits * 2)) < ptrs) { in ext2_block_to_path() 188 offsets[n++] = (i_block >> ptrs_bits) & (ptrs - 1); in ext2_block_to_path() 189 offsets[n++] = i_block & (ptrs - 1); in ext2_block_to_path() 190 final = ptrs; in ext2_block_to_path() 196 *boundary = final - 1 - (i_block & (ptrs - 1)); in ext2_block_to_path()
|
/linux-4.1.27/fs/ufs/ |
D | inode.c | 49 int ptrs = uspi->s_apb; in ufs_block_to_path() local 52 indirect_blocks = ptrs, in ufs_block_to_path() 57 UFSD("ptrs=uspi->s_apb = %d,double_blocks=%ld \n",ptrs,double_blocks); in ufs_block_to_path() 66 offsets[n++] = i_block & (ptrs - 1); in ufs_block_to_path() 67 } else if (((i_block -= double_blocks) >> (ptrs_bits * 2)) < ptrs) { in ufs_block_to_path() 70 offsets[n++] = (i_block >> ptrs_bits) & (ptrs - 1); in ufs_block_to_path() 71 offsets[n++] = i_block & (ptrs - 1); in ufs_block_to_path()
|
/linux-4.1.27/fs/ext3/ |
D | inode.c | 345 int ptrs = EXT3_ADDR_PER_BLOCK(inode->i_sb); in ext3_block_to_path() local 348 indirect_blocks = ptrs, in ext3_block_to_path() 361 final = ptrs; in ext3_block_to_path() 365 offsets[n++] = i_block & (ptrs - 1); in ext3_block_to_path() 366 final = ptrs; in ext3_block_to_path() 367 } else if (((i_block -= double_blocks) >> (ptrs_bits * 2)) < ptrs) { in ext3_block_to_path() 370 offsets[n++] = (i_block >> ptrs_bits) & (ptrs - 1); in ext3_block_to_path() 371 offsets[n++] = i_block & (ptrs - 1); in ext3_block_to_path() 372 final = ptrs; in ext3_block_to_path() 377 *boundary = final - 1 - (i_block & (ptrs - 1)); in ext3_block_to_path()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | head.S | 302 .macro create_table_entry, tbl, virt, shift, ptrs, tmp1, tmp2 304 and \tmp1, \tmp1, #\ptrs - 1 // table index
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_bios.c | 192 const struct bdb_lvds_lfp_data_ptrs *ptrs, in get_lvds_fp_timing() argument 199 if (index >= ARRAY_SIZE(ptrs->ptr)) in get_lvds_fp_timing() 201 ofs = ptrs->ptr[index].fp_timing_offset; in get_lvds_fp_timing()
|
/linux-4.1.27/fs/btrfs/ |
D | ctree.h | 582 struct btrfs_key_ptr ptrs[]; member 2599 ptr = offsetof(struct btrfs_node, ptrs) + in btrfs_node_blockptr() 2608 ptr = offsetof(struct btrfs_node, ptrs) + in btrfs_set_node_blockptr() 2616 ptr = offsetof(struct btrfs_node, ptrs) + in btrfs_node_ptr_generation() 2625 ptr = offsetof(struct btrfs_node, ptrs) + in btrfs_set_node_ptr_generation() 2632 return offsetof(struct btrfs_node, ptrs) + in btrfs_node_key_ptr_offset()
|
D | ctree.c | 1820 offsetof(struct btrfs_node, ptrs), in bin_search() 2597 offsetof(struct btrfs_node, ptrs[0].key), in key_search_validate()
|
D | check-integrity.c | 1154 key_ptr_offset = (uintptr_t)(nodehdr->ptrs + sf->i) - in btrfsic_process_metablock()
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 9317 exg %a0,%a1 # swap src,dst ptrs
|