| /src/sys/dev/dm/ |
| dm_target_mirror.c | 54 dm_pdev_t *copies[MAX_MIRROR_COPIES]; member in struct:target_mirror_config
|
| /src/external/gpl3/gcc/dist/gcc/ |
| lra-int.h | 115 lra_copy_t copies; member in class:lra_reg
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lra-int.h | 115 lra_copy_t copies; member in class:lra_reg
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| inferior.c | 890 /* add-inferior [-copies N] [-exec FILENAME] [-no-connection] */ 895 int i, copies = 1; local 911 if (strcmp (*argv, "-copies") == 0) 915 error (_("No argument to -copies")); 916 copies = parse_and_eval_long (*argv); 937 for (i = 0; i < copies; ++i) 951 /* clone-inferior [-copies N] [ID] [-no-connection] */ 956 int i, copies = 1; local 969 if (strcmp (*argv, "-copies") == 0) 973 error (_("No argument to -copies")); [all...] |
| rust-lang.c | 1464 int copies = value_as_long (ncopies); 1465 if (copies < 0) 1469 return value_array (0, std::vector<value *> (copies, elt)); 1473 = lookup_array_range_type (elt->type (), 0, copies - 1); 1459 int copies = value_as_long (ncopies); local
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| ddt.c | 569 int copies = 0 - DVA_GET_GANG(dva); local 573 copies++; 575 ASSERT(copies >= 0 && copies < SPA_DVAS_PER_BP); 577 return (copies); 911 * We can only do repair if there are multiple copies
|
| dmu.c | 2006 int copies = os->os_copies; local 2045 copies++; 2097 zp->zp_copies = MIN(copies, spa_max_replication(os->os_spa));
|
| zio.c | 889 zio_write_override(zio_t *zio, blkptr_t *bp, int copies, boolean_t nopwrite) 903 zio->io_prop.zp_copies = copies; 2211 int copies = gio->io_prop.zp_copies; local 2212 int gbh_copies = MIN(copies + 1, spa_max_replication(spa)); 2226 * 'copies' allocation slots but gang blocks may require 2227 * additional copies. These additional copies 2228 * (i.e. gbh_copies - copies) are guaranteed to succeed 2232 VERIFY(metaslab_class_throttle_reserve(mc, gbh_copies - copies, 2252 gbh_copies - copies, pio) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| rust-lang.c | 1459 int copies = value_as_long (ncopies); 1460 if (copies < 0) 1464 return value_array (0, std::vector<value *> (copies, elt)); 1468 = lookup_array_range_type (elt->type (), 0, copies - 1); 1454 int copies = value_as_long (ncopies); local
|
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb.c | 915 double rL, rP, rD, D, dedup, compress, copies; local 927 copies = rD / rP; 929 (void) printf("dedup = %.2f, compress = %.2f, copies = %.2f, " 930 "dedup * compress / copies = %.2f\n\n", 931 dedup, compress, copies, dedup * compress / copies);
|
| /src/external/cddl/osnet/dist/cmd/ztest/ |
| ztest.c | 5047 int copies = 2 * ZIO_DEDUPDITTO_MIN; local 5083 dmu_tx_hold_write(tx, object, 0, copies * blocksize); 5091 * Write all the copies of our block. 5093 for (int i = 0; i < copies; i++) {
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-xtensa.c | 6277 int copies = (rt->unit_num_copies) (rt->data, unit); 6278 if (copies_in_use >= copies) 6267 int copies = (rt->unit_num_copies) (rt->data, unit); local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-xtensa.c | 6277 int copies = (rt->unit_num_copies) (rt->data, unit); 6278 if (copies_in_use >= copies) 6267 int copies = (rt->unit_num_copies) (rt->data, unit); local
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000.cc | 6192 depends on STEP and COPIES, one of which will be 1. If COPIES > 1, 6193 all items are set to the same value and contain COPIES replicas of the 6198 vspltis_constant (rtx op, unsigned step, unsigned copies) 6245 for (i = 2; i <= copies; i *= 2) 6267 && (splat_val >= 0 || (step == 1 && copies == 1))) 6397 unsigned step, copies; 6431 copies = 1; 6433 if (vspltis_constant (op, step, copies)) 6438 copies <<= 1 6385 unsigned step, copies; local 6458 unsigned copies = 1; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000.cc | 6146 depends on STEP and COPIES, one of which will be 1. If COPIES > 1, 6147 all items are set to the same value and contain COPIES replicas of the 6152 vspltis_constant (rtx op, unsigned step, unsigned copies) 6199 for (i = 2; i <= copies; i *= 2) 6221 && (splat_val >= 0 || (step == 1 && copies == 1))) 6351 unsigned step, copies; 6385 copies = 1; 6387 if (vspltis_constant (op, step, copies)) 6392 copies <<= 1 6339 unsigned step, copies; local 6412 unsigned copies = 1; local [all...] |