| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/ |
| H A D | zpool_trim_rate.ksh | 62 progress=$(trim_progress $TESTPOOL $LARGEFILE) 65 log_must within_tolerance 10 $progress 5 70 progress=$(trim_progress $TESTPOOL $LARGEFILE) 73 log_must within_tolerance 20 $progress 10 78 progress=$(trim_progress $TESTPOOL $LARGEFILE) 81 log_must within_tolerance 50 $progress 15 86 progress=$(trim_progress $TESTPOOL $LARGEFILE) 88 log_must within_tolerance 100 $progress 0
|
| H A D | zpool_trim_attach_detach_add_remove.ksh | 44 progress="$(trim_progress $TESTPOOL $DISK1)" 45 [[ -z "$progress" ]] && log_fail "Trim did not start" 49 [[ "$progress" -le "$new_progress" ]] || \ 51 progress="$new_progress" 55 [[ "$progress" -le "$new_progress" ]] || \ 57 progress="$new_progress"
|
| H A D | zpool_trim_offline_export_import_online.ksh | 43 progress="$(trim_progress $TESTPOOL $DISK1)" 44 [[ -z "$progress" ]] && log_fail "Trimming did not start" 52 [[ "$new_progress" -ge "$progress" ]] || \ 58 [[ "$new_progress" -ge "$progress" ]] || \
|
| H A D | zpool_trim_suspend_resume.ksh | 64 progress="$(trim_progress $TESTPOOL $LARGEFILE)" 67 [[ "$progress" -eq "$(trim_progress $TESTPOOL $LARGEFILE)" ]] || \ 71 [[ "$progress" -le "$(trim_progress $TESTPOOL $LARGEFILE)" ]] ||
|
| H A D | zpool_trim_online_offline.ksh | 49 progress="$(trim_progress $TESTPOOL $DISK1)" 50 [[ -z "$progress" ]] && log_fail "Trimming did not start" 57 [[ "$progress" -le "$new_progress" ]] || \
|
| H A D | zpool_trim_import_export.ksh | 60 progress="$(trim_progress $TESTPOOL $LARGEFILE)" 61 [[ -z "$progress" ]] && log_fail "Trimming did not start" 69 [[ "$progress" -le "$new_progress" ]] || \
|
| H A D | zpool_trim_multiple.ksh | 55 progress="$(trim_progress $TESTPOOL $DISK1)" 57 [[ "$progress" -le "$(trim_progress $TESTPOOL $DISK1)" ]] ||
|
| H A D | zpool_trim_fault_export_import_online.ksh | 41 progress="$(trim_progress $TESTPOOL $DISK1)" 42 [[ -z "$progress" ]] && log_fail "Trimming did not start"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/ |
| H A D | zpool_initialize_attach_detach_add_remove.ksh | 48 progress="$(initialize_progress $TESTPOOL $DISK1)" 49 [[ -z "$progress" ]] && log_fail "Initializing did not start" 53 [[ "$progress" -le "$new_progress" ]] || \ 55 progress="$new_progress" 59 [[ "$progress" -le "$new_progress" ]] || \ 61 progress="$new_progress"
|
| H A D | zpool_initialize_offline_export_import_online.ksh | 47 progress="$(initialize_progress $TESTPOOL $DISK1)" 48 [[ -z "$progress" ]] && log_fail "Initializing did not start" 56 [[ "$new_progress" -ge "$progress" ]] || \ 62 [[ "$new_progress" -ge "$progress" ]] || \
|
| H A D | zpool_initialize_suspend_resume.ksh | 53 progress="$(initialize_progress $TESTPOOL $DISK1)" 56 [[ "$progress" -eq "$(initialize_progress $TESTPOOL $DISK1)" ]] || \ 60 [[ "$progress" -le "$(initialize_progress $TESTPOOL $DISK1)" ]] ||
|
| H A D | zpool_initialize_import_export.ksh | 51 progress="$(initialize_progress $TESTPOOL $DISK1)" 52 [[ -z "$progress" ]] && log_fail "Initializing did not start" 59 [[ "$progress" -le "$new_progress" ]] || \
|
| H A D | zpool_initialize_online_offline.ksh | 51 progress="$(initialize_progress $TESTPOOL $DISK1)" 52 [[ -z "$progress" ]] && log_fail "Initializing did not start" 59 [[ "$progress" -le "$new_progress" ]] || \
|
| H A D | zpool_initialize_fault_export_import_online.ksh | 40 progress="$(initialize_progress $TESTPOOL $DISK1)" 41 [[ -z "$progress" ]] && log_fail "Initializing did not start"
|
| /f-stack/freebsd/mips/mips/ |
| H A D | minidump_machdep.c | 61 static uint64_t counter, progress, dumpsize; variable 100 report_progress(uint64_t progress, uint64_t dumpsize) in report_progress() argument 104 sofar = 100 - ((progress * 100) / dumpsize); in report_progress() 134 progress -= len; in write_buffer() 137 report_progress(progress, dumpsize); in write_buffer() 221 progress = dumpsize; in minidumpsys()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | minidump_machdep.c | 63 static size_t counter, progress, dumpsize, wdog_next; variable 117 report_progress(size_t progress, size_t dumpsize) in report_progress() argument 121 sofar = 100 - ((progress * 100) / dumpsize); in report_progress() 171 progress -= len; in blk_write() 173 report_progress(progress, dumpsize); in blk_write() 176 if (progress <= wdog_next) { in blk_write() 315 wdog_next = progress = dumpsize; in minidumpsys()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | minidump_machdep.c | 65 static size_t counter, progress, dumpsize; variable 115 report_progress(size_t progress, size_t dumpsize) in report_progress() argument 119 sofar = 100 - ((progress * 100) / dumpsize); in report_progress() 169 progress -= len; in blk_write() 171 report_progress(progress, dumpsize); in blk_write() 263 progress = dumpsize; in minidumpsys()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | minidump_machdep.c | 66 static uint64_t counter, progress; variable 134 progress -= len; in blk_write() 136 printf(" %lld", PG2MB(progress >> PAGE_SHIFT)); in blk_write() 224 progress = dumpsize; in minidumpsys()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | minidump_machdep_base.c | 63 static uint64_t counter, progress; variable 129 progress -= len; in blk_write() 131 printf(" %lld", PG2MB(progress >> PAGE_SHIFT)); in blk_write() 242 progress = dumpsize; in minidumpsys()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_mbuf.c | 1362 int progress = 0, length; in m_defrag() local 1391 while (progress < m0->m_pkthdr.len) { in m_defrag() 1406 progress += length; in m_defrag() 1603 while (progress < m0->m_pkthdr.len) { in m_fragment() 1609 if (progress != 0) { in m_fragment() 1619 progress += fraglen; in m_fragment() 1749 int progress = 0; in m_uiotombuf() local 1783 progress = total; in m_uiotombuf() 1802 progress += length; in m_uiotombuf() 1885 int progress = 0; in m_mbuftouio() local [all …]
|
| /f-stack/lib/ |
| H A D | ff_veth.c | 266 int ret, length, progress = 0; in ff_zc_mbuf_write() local 279 length = min(M_TRAILINGSPACE(mb), len - progress); in ff_zc_mbuf_write() 280 bcopy(data + progress, mtod(mb, char *) + mb->m_len, length); in ff_zc_mbuf_write() 283 progress += length; in ff_zc_mbuf_write() 284 if (len == progress) { in ff_zc_mbuf_write()
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | aofrw.tcl | 188 test {BGREWRITEAOF is delayed if BGSAVE is in progress} { 201 test {BGREWRITEAOF is refused if already in progress} {
|
| /f-stack/dpdk/doc/guides/windows_gsg/ |
| H A D | intro.rst | 17 DPDK for Windows is currently a work in progress. Not all DPDK source files
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 1107 if (sdd->progress) { in dump_snapshot() 1124 if (sdd->progress) { in dump_snapshot() 1337 progress = B_TRUE; in dump_filesystems() 1343 assert(progress); in dump_filesystems() 1463 if (flags->progress) { in estimate_size() 1483 if (flags->progress) { in estimate_size() 2181 sdd.progress = flags->progress; in zfs_send() 2490 if (flags->progress) { in zfs_send_one() 3404 progress = B_TRUE; in recv_incremental_replication() 3442 progress = B_TRUE; in recv_incremental_replication() [all …]
|
| /f-stack/dpdk/doc/guides/mempool/ |
| H A D | stack.rst | 40 the progress of any other thread.
|