/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/ |
H A D | attach_multiple.ksh | 29 # 2. While healing or sequential resilvering: 33 # d. Detach a vdev. Healing and sequential resilver remain running. 34 # e. Detach a vdev. Healing resilver remains running, sequential 58 for replace_mode in "healing" "sequential"; do 91 # healing and sequential resilvers. A healing resilver will not be 93 # needs to be rebuilt. A sequential resilver on the otherhand is 96 # the sequential resilver behavior.
|
H A D | scrub_cancel.ksh | 29 # sequential resilver. 34 # 3. For healing and sequential resilver: 65 # Request a healing or sequential resilver 66 for replace_mode in "healing" "sequential"; do 70 # resilvering. Sequential resilvers cancel the dsl_scan and start
|
H A D | rebuild_multiple.ksh | 28 # Sequential reconstruction (unlike healing reconstruction) operate on the 29 # top-level vdev. This means that a sequential resilver operation can be 31 # sequential resilvers. 68 # Verify two sequential resilvers can run concurrently.
|
H A D | rebuild_raidz.ksh | 28 # Executing 'zpool replace -s' for raidz vdevs failed. Sequential 44 log_assert "Sequential resilver is not allowed for raidz vdevs" 75 log_pass "Sequential resilver is not allowed for raidz vdevs"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | send_freeobjects.ksh | 23 # Verify FREEOBJECTS record frees sequential objects (See 27 # 1. Create three files with sequential object numbers, f1 f2 and f3 39 log_assert "Verify FREEOBJECTS record frees sequential objects" 48 # We need to set xattr=sa and dnodesize=legacy to guarantee sequential 70 log_fail "Failed to create three sequential objects" 81 log_pass "Verify FREEOBJECTS record frees sequential objects"
|
/freebsd/contrib/netbsd-tests/ipf/regress/ |
H A D | n2 | 1 map zx0 10.1.1.1/32 -> 10.2.2.2/32 portmap tcp 10000:20000 sequential 2 map zx0 10.1.1.0/24 -> 10.3.4.5/32 portmap udp 10000:20000 sequential 3 map zx0 10.1.0.0/16 -> 10.3.4.0/24 portmap tcp/udp 10000:20000 sequential 4 map zx0 10.1.1.0/24 -> 10.3.4.5/32 portmap tcp/udp 40000:40001 sequential
|
H A D | n2_6 | 1 map zx0 10:1:1::1/128 -> 10::2:2:2/128 portmap tcp 10000:20000 sequential 2 map zx0 10:1:1::/112 -> 10::3:4:5/128 portmap udp 10000:20000 sequential 3 map zx0 10:1::/32 -> 10::3:4:0/112 portmap tcp/udp 10000:20000 sequential 4 map zx0 10:1:1::/112 -> 10::3:4:5/128 portmap tcp/udp 40000:40001 sequential
|
H A D | n18 | 1 map z0 0/0 -> 1.1.1.1/32 portmap tcp/udp 1:4 sequential 2 map z0 0/0 -> 1.1.1.1/32 portmap tcp/udp 1000:5000 sequential 3 map z0 0/0 -> 1.1.1.1/32 portmap tcp/udp 1000:50000 sequential
|
H A D | n5 | 4 map zx0 10.1.1.0/24 -> 10.3.4.5/32 portmap udp 10000:20000 sequential 5 map zx0 10.1.0.0/16 -> 10.3.4.0/24 portmap tcp/udp 10000:20000 sequential 6 map zx0 10.1.1.0/24 -> 10.3.4.5/32 portmap tcp/udp 40000:40001 sequential
|
H A D | n5_6 | 4 map zx0 10:1:1::/112 -> 10::3:4:5/128 portmap udp 10000:20000 sequential 5 map zx0 10:1::/32 -> 10::3:4:0/112 portmap tcp/udp 10000:20000 sequential 6 map zx0 10:1:1::/112 -> 10::3:4:5/128 portmap tcp/udp 40000:40001 sequential
|
H A D | ni1.nat | 1 map df0 from 2.2.2.2/32 port 20000 >< 25000 to any -> 6.6.6.8/32 portmap udp 2000:2500 sequential 2 map df0 from 2.2.2.2/32 port 2000 >< 2500 to any -> 6.6.6.7/32 portmap udp 20000:25000 sequential
|
H A D | in8_6 | 5 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 portmap tcp/udp 10000:11000 sequential purge 6 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 portmap tcp/udp 10000:11000 sequential purge
|
/freebsd/share/doc/papers/diskperf/ |
H A D | results.ms | 59 Logically Sequential Transfers 78 Logically Sequential Transfers 117 Logically Sequential Transfers 136 Logically Sequential Transfers 170 Logically Sequential Transfers 189 Logically Sequential Transfers 224 Logically Sequential Transfers 243 Logically Sequential Transfers 295 Logically Sequential Transfers 316 Logically Sequential Transfers
|
/freebsd/usr.sbin/zonectl/ |
H A D | zonectl.8 | 66 Sequential writes will yield better performance, but writing sequentially 75 Sequential writes will yield better performance in Sequential Write 94 .It Sequential Preferred 100 .It Sequential Required 172 Report zones that have the Non Sequential Resources Active flag set. 173 These are zones that are Sequential Write Preferred, but have been written
|
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/ |
H A D | frontend.json | 77 …en accesses from sequential code crosses the cache line boundary, or when a branch target is moved… 89 …en accesses from sequential code crosses the cache line boundary, or when a branch target is moved… 101 …en accesses from sequential code crosses the cache line boundary, or when a branch target is moved…
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | _constants.py | 38 def enum_with_offset(offset, sequential, named): argument 39 enums = dict(((b, a + offset) for a, b in enumerate(sequential)), **named) 43 def enum(*sequential, **named): argument 44 return enum_with_offset(0, sequential, named)
|
/freebsd/lib/libpmc/pmu-events/arch/x86/elkhartlake/ |
H A D | frontend.json | 77 …en accesses from sequential code crosses the cache line boundary, or when a branch target is moved… 89 …en accesses from sequential code crosses the cache line boundary, or when a branch target is moved…
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNNSAReassign.cpp | 10 /// \brief Try to reassign registers on GFX10+ from non-sequential to sequential 12 /// with sequential versions where possible. 32 "Number of NSA instructions with non-sequential address found"); 34 "Number of NSA instructions changed to sequential"); 62 NON_CONTIGUOUS, // NSA with non-sequential address which we can try 64 CONTIGUOUS // NSA with all sequential address registers 297 // Same register used, unable to make sequential in runOnMachineFunction()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_rebuild.c | 42 * This file contains the sequential reconstruction implementation for 55 * For mirrored devices it's possible to implement an alternate sequential 56 * reconstruction strategy when resilvering. Sequential reconstruction 66 * using sequential reconstruction vs healing reconstruction. 70 * - Sequential reconstruction is not possible on RAIDZ due to its 74 * - Block checksums are not verified during sequential reconstruction. 80 * - Deferred resilvers using sequential reconstruction are not currently 86 * - Sequential reconstruction is performed in LBA order which may be faster 90 * - Sequential reconstruction is not constrained by ZFS block boundaries. 95 * sequential reconstruction is handled by the top-level vdevs. This [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | write.sh | 105 int sequential; 140 if (t[indx].sequential == 0) 180 t[i].sequential = arc4random() % 2; 187 fprintf(stderr, "%3d: blocksize %7lld, sequential %d, " 189 i, (long long)t[i].blocksize, t[i].sequential, t[i].mindelay,
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/regression/ |
H A D | sequential_reads_dbuf_cached.ksh | 45 trap "log_fail \"Measure IO stats during sequential read load\"" SIGTERM 95 log_note "Sequential cached reads with settings: $(print_perf_settings)" 97 log_pass "Measure IO stats during sequential cached read load"
|
/freebsd/share/man/man4/ |
H A D | ccd.4 | 88 effect is achieved, which can increase sequential read/write 104 You lose sequential performance when 105 you do this, but sequential performance is not usually an issue with a 154 rather than a sequential load.
|
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/ |
H A D | resilver_finish-start-scrub.sh | 9 # 3: Scrubs are automatically started for sequential resilvers 14 [ "${ZEVENT_RESILVER_TYPE}" != "sequential" ] || exit 3
|
/freebsd/contrib/netbsd-tests/ipf/expected/ |
H A D | in8_6 | 5 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 portmap tcp/udp 10000:11000 sequential purge 6 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 portmap tcp/udp 10000:11000 sequential purge
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/ |
H A D | randwritecomp.c | 134 int sequential = 0; in main() local 141 sequential = 1; in main() 186 if (sequential) in main()
|