/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_log_spacemap.c | 47 * when loading the pool. Flushing a metaslab to disk relieves memory as we 91 * reasons. First of all, it is used during flushing where we try to flush 99 * we do that is to ease these pools into the behavior of the flushing 113 * block heuristic of our flushing algorithm (described later on). 119 * AVL tree mentioned above. The reason this exists is that our flushing 124 * flushing algorithm which would be induced in syncing context. In terms of 132 * == Flushing algorithm == 168 * flushing the same number of metaslabs for every TXG). Then we take the 205 * This value exists to tune our flushing algorithm, with higher values 206 * flushing metaslabs less often (doing less I/Os) per TXG versus lower values [all …]
|
H A D | ddt_log.c | 437 /* Swap the logs. The old flushing one must be empty */ in ddt_log_swap() 441 * If there are still blocks on the flushing log, truncate it first. in ddt_log_swap() 442 * This can happen if there were entries on the flushing log that were in ddt_log_swap() 450 * Swap policy. We swap the logs (and so begin flushing) when the in ddt_log_swap() 685 * - remove entries from the flushing tree that are on both trees. This in ddt_log_load() 686 * happens when ddt_lookup() rehydrates an entry from the flushing in ddt_log_load() 706 /* active exhausted, take flushing */ in ddt_log_load() 710 /* flushing exuhausted, take active */ in ddt_log_load() 714 /* compare active and flushing */ in ddt_log_load() 721 /* flushing behind, take and advance */ in ddt_log_load() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/include/xray/ |
H A D | xray_log_interface.h | 52 /// // optionally flushing the log). 58 /// // We can optionally wait before flushing the log to give other threads a 77 /// // relying on the implementations' flushing semantics (if the 135 /// This enum allows an implementation to signal log flushing operations via 136 /// `__xray_log_flushLog()`, and the state of flushing the log. 303 /// Invokes the install implementation log flushing routine. See
|
/freebsd/stand/kboot/kboot/arch/aarch64/ |
H A D | tramp.S | 48 * expects. We assume that the various cache flushing, invalidation, etc that 50 * need to be mindful of cache flushing if we run in EL2 (TBD).
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | killstate.sh | 496 # Flushing states on a different interface doesn't affect our state 500 atf_fail "Flushing on a different interface removed the state." 503 # Flushing on the correct interface does (even with floating states) 507 atf_fail "Flushing on a the interface did not remove the state."
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_extern.h | 212 * Things to request flushing in softdep_request_cleanup() 219 * Flag to ffs_syncvnode() to request flushing of data only, 221 * deadlock when flushing snapshot inodes while holding snaplk.
|
/freebsd/sys/gdb/ |
H A D | gdb_cons.c | 131 * to defer buffer flushing. There's probably a better way 163 * the buffer. Otherwise we defer flushing; a 1/4 in gdb_cnputc()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_mcg.c | 687 } else if (method == IB_SA_METHOD_DELETE_RESP && group->demux->flushing) in mlx4_ib_mcg_work_handler() 945 if (ctx->flushing) in mlx4_ib_mcg_multiplex_handler() 1059 ctx->flushing = 0; in mlx4_ib_mcg_port_init() 1127 cw->ctx->flushing = 0; in mcg_clean_task() 1135 if (ctx->flushing) in mlx4_ib_mcg_port_cleanup() 1138 ctx->flushing = 1; in mlx4_ib_mcg_port_cleanup() 1142 ctx->flushing = 0; in mlx4_ib_mcg_port_cleanup() 1148 ctx->flushing = 0; in mlx4_ib_mcg_port_cleanup()
|
/freebsd/tools/regression/nfsmmap/ |
H A D | README | 9 Fsync, flushing the dirty range
|
/freebsd/sys/contrib/openzfs/man/man4/ |
H A D | zfs.4 | 1038 by flushing and by other IO to recompute how much it should do for the remainder 1041 Reducing the max number of passes will make flushing more aggressive, flushing 1053 At least this long will be spent flushing dedup log entries each transaction, 1068 log flushing would compete with other IO too much. 1075 flushed (flush rate) and time spent flushing (flush time rate) and combining 1087 OpenZFS maintains two dedup logs, one receiving new changes, one flushing. 1096 Flushing will begin when around half this amount is being spent on logs. 1176 time after an unclean export and the frequency of flushing metaslabs. 1183 The lower the number, the amount of flushing increase [all...] |
/freebsd/sbin/gbde/ |
H A D | template.txt |
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_tputs.c | 136 TR(TRACE_CHARPUT, ("flushing %ld/%ld bytes", in NCURSES_SP_NAME() 153 TR(TRACE_CHARPUT, ("flushing stdout")); in NCURSES_SP_NAME() 157 TR(TRACE_CHARPUT, ("flushing stdout")); in NCURSES_SP_NAME()
|
/freebsd/contrib/bc/include/ |
H A D | file.h | 88 /// Types of flushing. These are important because of history and printing 155 * Frees a file, including flushing it.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_fdr_logging.cpp | 275 // Must finalize before flushing. 280 Report("Not flushing log, implementation is not finalized.\n"); in fdrLoggingFlush() 288 Report("Not flushing log, implementation is still flushing.\n"); in fdrLoggingFlush() 321 Report("XRay FDR: Not flushing to file, 'no_file_flush=true'.\n"); in fdrLoggingFlush()
|
H A D | xray_profiling.cpp | 208 Report("Not flushing profiles, profiling not been finalized.\n"); in profilingFlush() 227 Report("Not flushing profiles, implementation still flushing.\n"); in profilingFlush()
|
H A D | xray_fdr_flags.inc | 22 "actually flushing the log; this gives a chance for threads to "
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | zfs_receive_corrective.ksh | 66 # make sure we will read the corruption from disk by flushing the ARC 172 # make sure we will read the corruption from disk by flushing the ARC
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | ddt.h | 261 * appending and flushing logs. 284 ddt_log_t ddt_log[2]; /* active/flushing logs */ 295 int32_t ddt_log_flush_time_rate; /* avg time spent flushing */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 41 /// writer will incrementally flush at subblock boundaries. Otherwise flushing 120 /// size is above a threshold. If \p OnClosing is true, flushing happens 173 /// (for example) compute some checksum, disable flushing and remember the 181 /// resumes flushing, but does not flush, and returns the section in the 545 /// Emit a blob, including flushing before and tail-padding.
|
/freebsd/sbin/hastd/ |
H A D | hast.conf.5 | 330 Flushing write cache ensures that provider will not reorder writes and that 332 If the local provider does not support flushing write cache (it returns
|
/freebsd/share/man/man9/ |
H A D | vm_page_dontneed.9 | 51 pages reused too quickly, and large objects from flushing smaller
|
/freebsd/share/man/man4/ |
H A D | syncer.4 | 37 by flushing volatile cached file system data to disk.
|
/freebsd/bin/sync/ |
H A D | sync.8 | 53 and flushing internal caches before performing a final
|
/freebsd/lib/libc/db/hash/ |
H A D | README | 56 If you are using the ndbm interface and exit without flushing or closing the
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress_sequences.c | 348 DEBUGLOG(6, "ZSTD_encodeSequences: flushing ML state with %u bits", stateMatchLength.stateLog); in ZSTD_encodeSequences_body() 350 DEBUGLOG(6, "ZSTD_encodeSequences: flushing Off state with %u bits", stateOffsetBits.stateLog); in ZSTD_encodeSequences_body() 352 DEBUGLOG(6, "ZSTD_encodeSequences: flushing LL state with %u bits", stateLitLength.stateLog); in ZSTD_encodeSequences_body()
|