/freebsd-src/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 metaslab [all...] |
/freebsd-src/contrib/xz/src/xz/ |
H A D | mytime.h | 15 /// If 0, timed flushing is disabled. Otherwise if no more input is available 17 /// has elapsed since the start of compression or the previous flushing 45 /// This returns -1 if no timed flushing is used.
|
/freebsd-src/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-src/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-src/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-src/sys/ufs/ffs/ |
H A D | ffs_extern.h | 211 * Things to request flushing in softdep_request_cleanup() 218 * Flag to ffs_syncvnode() to request flushing of data only, 220 * deadlock when flushing snapshot inodes while holding snaplk.
|
/freebsd-src/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-src/tools/regression/nfsmmap/ |
H A D | README | 9 Fsync, flushing the dirty range
|
/freebsd-src/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-src/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-src/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-src/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_fdr_logging.cpp | 275 // Must finalize before flushing. in fdrIterator() 280 Report("Not flushing log, implementation is not finalized.\n"); 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_fdr_flags.inc | 22 "actually flushing the log; this gives a chance for threads to "
|
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()
|
/freebsd-src/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-src/share/man/man9/ |
H A D | vm_page_dontneed.9 | 51 pages reused too quickly, and large objects from flushing smaller
|
/freebsd-src/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-src/bin/sync/ |
H A D | sync.8 | 53 and flushing internal caches before performing a final
|
/freebsd-src/share/man/man4/ |
H A D | syncer.4 | 37 by flushing volatile cached file system data to disk.
|
/freebsd-src/lib/libc/db/hash/ |
H A D | README | 56 If you are using the ndbm interface and exit without flushing or closing the
|
/freebsd-src/contrib/xz/src/liblzma/rangecoder/ |
H A D | range_encoder.h | 290 // be done before flushing the last bytes. in rc_encode_dummy() 332 // the flushing that will be done at the end of the stream. in rc_encode_dummy()
|
/freebsd-src/lib/libc/stdlib/ |
H A D | exit.c | 67 * Exit, flushing stdio buffers if necessary. in exit()
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StreamBuffer.h | 29 // Nothing to do when flushing a buffer based stream... in Flush()
|
/freebsd-src/contrib/xz/src/liblzma/api/lzma/ |
H A D | bcj.h | 76 * Partial means that flushing would be possible only at
|
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | StreamString.cpp | 23 // Nothing to do when flushing a buffer based stream... in Flush()
|