/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/ |
H A D | enospc_ganging.ksh | 18 # Exercise gang block IO paths for non-encrypted and encrypted datasets. 47 log_must zfs create -o recordsize=1m -o primarycache=metadata $TESTPOOL/gang 48 mntpnt=$(get_prop mountpoint $TESTPOOL/gang) 60 log_must zfs destroy $TESTPOOL/gang 71 $TESTPOOL/gang 72 mntpnt=$(get_prop mountpoint $TESTPOOL/gang) 84 log_must zfs destroy $TESTPOOL/gang
|
/freebsd-src/sys/contrib/openzfs/module/zfs/ |
H A D | abd.c | 92 * by using the gang ABD type (abd_alloc_gang()). This allows for multiple ABDs 264 * is being added to another gang ABD we will set the link in abd_free_gang() 265 * as inactive when removing it from this gang ABD and before in abd_free_gang() 266 * adding it to the other gang ABD. in abd_free_gang() 346 * Create gang ABD that will be the head of a list of ABD's. This is used in abd_alloc_gang() 361 * Add a child gang ABD to a parent gang ABDs chained list. in abd_gang_add_gang() 371 * If the parent is responsible for freeing the child gang in abd_gang_add_gang() 373 * the parent's list and immediately free the child gang ABD in abd_gang_add_gang() 374 * struct. The parent gang ABD in abd_gang_add_gang() [all...] |
H A D | zio.c | 684 * Logical I/Os can have logical, gang, or vdev children. in zio_add_child() 685 * Gang I/Os can have gang or vdev children. in zio_add_child() 720 * Logical I/Os can have logical, gang, or vdev children. in zio_add_child_first() 721 * Gang I/Os can have gang or vdev children. in zio_add_child_first() 1373 * deferred, and which will not need to do a read (i.e. not GANG or in zio_free() 1417 * GANG, DEDUP and BRT blocks can induce a read (for the gang 2654 * Gang block [all...] |
H A D | vdev_queue.c | 613 * by creating a gang ABD from the adjacent ZIOs io_abd's. By using 614 * a gang ABD we avoid doing memory copies to and from the parent, 615 * child ZIOs. The gang ABD also accounts for gaps between adjacent 617 * a new ABD for reads and placing them in the gang ABD as well.
|
H A D | metaslab.c | 55 * For testing, make some blocks above a certain size be gang blocks. 60 * Of blocks of size >= metaslab_force_ganging, actually gang them this often. 113 * groups are allowed to accept allocations. Gang blocks are always 313 * we will do a gang allocation. If that fails then we will do a "try hard" 314 * gang allocation. If that fails then we will have a multi-layer gang 318 * we will do a "try hard" allocation. If that fails we will do a gang 319 * allocation. If that fails we will do a "try hard" gang allocation. If 320 * that fails then we will have a multi-layer gang block. 1249 * gang bloc in metaslab_group_allocatable() [all...] |
/freebsd-src/lib/libc/nls/ |
H A D | no_NO.ISO8859-1.msg | 78 36 Operasjonen er n� i gang 80 37 Operasjonen er allerede i gang
|
H A D | nl_NL.ISO8859-1.msg | 78 36 Bewerking in gang gezet 80 37 Bewerking is al in gang gezet
|
/freebsd-src/sys/contrib/openzfs/man/man1/ |
H A D | ztest.1 | 154 .It Fl g , -gang-block-threshold Ns = (default: Sy 32K ) 155 Gang block threshold.
|
/freebsd-src/contrib/tcpdump/ |
H A D | nlpid.h | 20 #define NLPID_LMI 0x09 /* The original, aka Cisco, aka Gang of Four */
|
/freebsd-src/contrib/dialog/po/ |
H A D | nb.po | 96 msgstr "I gang"
|
H A D | da.po | 100 msgstr "I gang"
|
/freebsd-src/sys/contrib/device-tree/Bindings/soc/qcom/ |
H A D | qcom,rpm-master-stats.yaml | 14 of "RPM Masters". They can be thought of as "the local gang leaders", usually
|
/freebsd-src/sys/contrib/device-tree/Bindings/regulator/ |
H A D | qcom,spmi-regulator.yaml | 101 description: SAW controlled gang slave. Will not be configured. 106 SAW controlled gang leader. Will be configured as SAW regulator.
|
H A D | qcom,spmi-regulator.txt | 291 Description: SAW controlled gang slave. Will not be configured. 296 Description: SAW controlled gang leader. Will be configured as
|
/freebsd-src/sys/contrib/device-tree/Bindings/display/tegra/ |
H A D | nvidia,tegra20-dsi.yaml | 83 gang up with in order to support up to 8 data lanes
|
/freebsd-src/sys/kern/ |
H A D | subr_prng.c | 36 /* On 32-bit platforms, gang together two 32-bit generators. */
|
/freebsd-src/sys/contrib/openzfs/include/sys/ |
H A D | zio.h | 61 * Gang block headers are self-checksumming and contain an array 177 * Flags inherited by gang, ddt, and vdev children, 191 * Flags inherited by ddt, gang, and vdev children.
|
H A D | spa.h | 93 * to support up to 4-way RAID-Z mirror mode with worst-case gang block 167 * ASIZE allocated size (including RAID-Z parity and gang block headers) 170 * G gang block indicator 386 * Note, for gang blocks, DVA_GET_ASIZE() is the total space allocated for 387 * this gang DVA including its children BP's. The space allocated at this 696 BP_IS_GANG(bp) ? "gang" : "contiguous", \
|
H A D | abd.h | 47 ABD_FLAG_GANG_FREE = 1 << 7, /* gang ABD is responsible for mem */
|
H A D | metaslab_impl.h | 154 * number of allocations that the system allows. Gang blocks are 277 * its max. This can occur when gang blocks are required or when other
|
H A D | vdev.h | 140 * Return the amount of space allocated for a gang block header. Note that
|
/freebsd-src/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | abd_os.c | 222 * In the event we are allocating a gang ABD, the size passed in in abd_alloc_struct_impl() 224 * ABD struct as opposed to an ABD scatter with 0 chunks. The gang in abd_alloc_struct_impl() 650 * We have to be careful with gang ABD's that we do not ASSERT 654 * through the gang ABD and only verify ABD's that are not from
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_disk/ |
H A D | page_alignment.c | 292 * Gang tests. Composed of lots of smaller allocations, rarely properly 296 "512B blocks, 16K data, 512 leader (gang block simulation)", 306 "(gang abd simulation)",
|
/freebsd-src/sys/contrib/openzfs/man/man4/ |
H A D | zfs.4 | 259 Make some blocks above a certain size be gang blocks. 263 For blocks that could be forced to be a gang block (due to 265 force this many of them to be gang blocks. 386 If that fails then we will do a gang allocation. 388 If that fails then we will do a "try hard" gang allocation. 390 If that fails then we will have a multi-layer gang block. 399 If that fails we will do a gang allocation. 401 If that fails we will do a "try hard" gang allocation. 403 If that fails then we will have a multi-layer gang block.
|
/freebsd-src/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8992-xiaomi-libra.dts | 185 /* APC1 is 3-phase, but quoting downstream, s11 is "the gang leader" */
|