Home
last modified time | relevance | path

Searched full:flushing (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dspa_log_spacemap.c47 * 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 Dmytime.h15 /// 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 Dxray_log_interface.h52 /// // 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 Dtramp.S48 * 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 Dgdb_cons.c131 * 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 Dffs_extern.h211 * 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 Dkillstate.sh496 # 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 DREADME9 Fsync, flushing the dirty range
/freebsd-src/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c687 } 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 Dfile.h88 /// 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 Dlib_tputs.c136 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 Dxray_fdr_logging.cpp275 // 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 Dxray_fdr_flags.inc22 "actually flushing the log; this gives a chance for threads to "
H A Dxray_profiling.cpp208 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 Dzfs_receive_corrective.ksh66 # 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 Dvm_page_dontneed.951 pages reused too quickly, and large objects from flushing smaller
/freebsd-src/sbin/hastd/
H A Dhast.conf.5330 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 Dsync.853 and flushing internal caches before performing a final
/freebsd-src/share/man/man4/
H A Dsyncer.437 by flushing volatile cached file system data to disk.
/freebsd-src/lib/libc/db/hash/
H A DREADME56 If you are using the ndbm interface and exit without flushing or closing the
/freebsd-src/contrib/xz/src/liblzma/rangecoder/
H A Drange_encoder.h290 // 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 Dexit.c67 * Exit, flushing stdio buffers if necessary. in exit()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamBuffer.h29 // Nothing to do when flushing a buffer based stream... in Flush()
/freebsd-src/contrib/xz/src/liblzma/api/lzma/
H A Dbcj.h76 * Partial means that flushing would be possible only at
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DStreamString.cpp23 // Nothing to do when flushing a buffer based stream... in Flush()

12345678910>>...13