Searched refs:copies (Results 1 - 21 of 21) sorted by relevance

/linux-master/arch/sh/lib/
H A Dmemmove.S17 ! if dest > src, call memcpy (it copies in decreasing order)
H A Dmemcpy-sh4.S193 ! Check for small copies, and if so do a simple byte at a time copy.
/linux-master/drivers/md/
H A Draid10.h37 int near_copies; /* number of copies laid out
39 int far_copies; /* number of copies laid out
45 sector_t stride; /* distance between far copies.
52 * contain far/offset copies of
58 int copies; /* near_copies * far_copies. member in struct:r10conf
H A Draid10.c41 * in a style similar to raid0, but near_copies copies of each chunk is stored
49 * The copies are still in different stripes, but instead of being very far
125 * we need as many pages are there are copies.
145 nalloc = conf->copies; /* resync */
235 for (j = conf->copies; j--; ) {
565 * Chunks are laid out in raid0 style with near_copies copies of the
566 * first chunk, followed by near_copies copies of the next chunk and
752 for (slot = 0; slot < conf->copies ; slot++) {
822 * sequential read speed for 'far copies' arrays. So only
841 if (slot >= conf->copies) {
3888 int copies; local
[all...]
H A Draid1-10.c134 blk_plug_cb_fn unplug, int copies)
154 if (++plug->count / MAX_PLUG_BIO >= copies) {
133 raid1_add_bio_to_plug(struct mddev *mddev, struct bio *bio, blk_plug_cb_fn unplug, int copies) argument
H A Ddm-raid.c524 #define RAID10_OFFSET (1 << 16) /* stripes with data copies area adjacent on devices */
527 #define RAID10_FAR_COPIES_SHIFT 8 /* raid10 # far copies shift (2nd byte of layout) */
529 /* Return md raid10 near copies for @layout */
535 /* Return md raid10 far copies for @layout */
564 * (i.e. adjacent stripes hold copies)
593 /* Return md raid10 copies for @layout */
602 unsigned int copies)
609 * enabling use_far_sets for far/offset formats causes copies
616 n = copies;
619 f = copies;
600 raid10_format_to_md_layout(struct raid_set *rs, unsigned int algorithm, unsigned int copies) argument
1011 unsigned int rebuilds_per_group = 0, copies, raid_disks; local
[all...]
/linux-master/arch/xtensa/lib/
H A Dmemcopy.S36 * 8, 4, 2, and 1 byte copies conditional on the length;
90 _bltui a4, 7, .Lbytecopy # do short copies byte by byte
102 _bltui a4, 6, .Lbytecopy # do short copies byte by byte
194 _beqz a4, .Ldone # avoid loading anything for zero-length copies
344 _bltui a4, 7, .Lbackbytecopy # do short copies byte by byte
356 _bltui a4, 6, .Lbackbytecopy # do short copies byte by byte
457 _beqz a4, .Lbackdone # avoid loading anything for zero-length copies
H A Dmemset.S105 bltui a4, 8, .Lbyteset # do short copies byte by byte
H A Dusercopy.S32 * 8B, 4B, 2B, and 1B copies conditional on the length.
90 bltui a4, 7, .Lbytecopy # do short copies byte by byte
102 bltui a4, 6, .Lbytecopy # do short copies byte by byte
/linux-master/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c841 unsigned int copies = 0; local
875 if (copies) {
882 copies--;
897 copies = (stat & DUPS_MASK) >> 1;
898 if (copies)
/linux-master/fs/nfs/
H A Dcallback_proc.c722 list_for_each_entry(tmp_copy, &server->ss_copies, copies) {
738 list_add_tail(&copy->copies, &cps->clp->pending_cb_stateids);
H A Dnfs42proc.c196 copies) {
201 list_del(&iter->copies);
216 list_add_tail(&copy->copies, &dst_server->ss_copies);
227 list_del_init(&copy->copies);
H A Dnfs4client.c173 struct nfs4_copy_state, copies);
174 list_del(&cp_state->copies);
H A Dnfs4state.c1587 list_for_each_entry(copy, &sp->so_server->ss_copies, copies) {
/linux-master/include/linux/
H A Dnfs_fs.h256 struct list_head copies; member in struct:nfs4_copy_state
/linux-master/fs/nfsd/
H A Dnfs4proc.c1309 copies);
1652 /* Only async copies can be stopped here */
1733 if (!list_empty(&copy->copies))
1734 list_del_init(&copy->copies);
1840 INIT_LIST_HEAD(&async_copy->copies);
1855 list_add(&async_copy->copies,
1890 list_for_each_entry(copy, &clp->async_copies, copies) {
H A Dxdr4.h689 struct list_head copies; member in struct:nfsd4_copy
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm8 * and/or sell copies of the Software, and to permit persons to whom the
12 * all copies or substantial portions of the Software.
H A Dcwsr_trap_handler_gfx9.asm8 * and/or sell copies of the Software, and to permit persons to whom the
12 * all copies or substantial portions of the Software.
H A Dcwsr_trap_handler_gfx10.asm8 * and/or sell copies of the Software, and to permit persons to whom the
12 * all copies or substantial portions of the Software.
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S1163 movdqa \XMM5,\TMP2 # make 3 copies of XMM5 into TMP2, TMP3, TMP4
1375 movdqa \XMM5,\TMP2 # make 3 copies of XMM5 into TMP2, TMP3, TMP4
1474 # make 3 copies of XMMDst for doing 3 shift operations

Completed in 444 milliseconds