Home
last modified time | relevance | path

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

12345678910>>...14

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_log_spacemap.c48 * when loading the pool. Flushing a metaslab to disk relieves memory as we
92 * reasons. First of all, it is used during flushing where we try to flush
100 * we do that is to ease these pools into the behavior of the flushing
114 * block heuristic of our flushing algorithm (described later on).
120 * AVL tree mentioned above. The reason this exists is that our flushing
125 * flushing algorithm which would be induced in syncing context. In terms of
133 * == Flushing algorithm ==
169 * flushing the same number of metaslabs for every TXG). Then we take the
206 * This value exists to tune our flushing algorithm, with higher values
207 * flushing metaslabs less often (doing less I/Os) per TXG versus lower values
[all …]
H A Dddt_log.c445 /* Swap the logs. The old flushing one must be empty */ in ddt_log_swap()
449 * If there are still blocks on the flushing log, truncate it first. in ddt_log_swap()
450 * This can happen if there were entries on the flushing log that were in ddt_log_swap()
458 * Swap policy. We swap the logs (and so begin flushing) when the in ddt_log_swap()
692 * - remove entries from the flushing tree that are on both trees. This in ddt_log_load()
693 * happens when ddt_lookup() rehydrates an entry from the flushing in ddt_log_load()
713 /* active exhausted, take flushing */ in ddt_log_load()
717 /* flushing exuhausted, take active */ in ddt_log_load()
721 /* compare active and flushing */ in ddt_log_load()
728 /* flushing behind, take and advance */ in ddt_log_load()
[all …]
/freebsd/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/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/sys/ufs/ffs/
H A Dffs_extern.h212 * 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 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/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/tools/regression/nfsmmap/
H A DREADME9 Fsync, flushing the dirty range
/freebsd/tests/sys/netpfil/pf/
H A Dkillstate.sh554 # Flushing states on a different interface doesn't affect our state
558 atf_fail "Flushing on a different interface removed the state."
561 # Flushing on the correct interface does (even with floating states)
565 atf_fail "Flushing on a the interface did not remove the state."
/freebsd/sbin/gbde/
H A Dtemplate.txt
/freebsd/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/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/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp275 // 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 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()
H A Dxray_fdr_flags.inc22 "actually flushing the log; this gives a chance for threads to "
/freebsd/crypto/openssl/include/internal/
H A Djson_enc.h103 * buffers are written to the provided sink BIO. Flushing may also happen
144 * flushing. It is expected that errors will ordinarily be either caller errors
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_corrective.ksh67 # make sure we will read the corruption from disk by flushing the ARC
173 # make sure we will read the corruption from disk by flushing the ARC
/freebsd/sys/contrib/openzfs/include/sys/
H A Dddt.h262 * appending and flushing logs.
285 ddt_log_t ddt_log[2]; /* active/flushing logs */
291 int32_t ddt_log_flush_time_rate; /* avg time spent flushing */
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h41 /// 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/share/man/man9/
H A Dvm_page_dontneed.951 pages reused too quickly, and large objects from flushing smaller
/freebsd/share/man/man4/
H A Dsyncer.437 by flushing volatile cached file system data to disk.
/freebsd/bin/sync/
H A Dsync.853 and flushing internal caches before performing a final
/freebsd/lib/libc/db/hash/
H A DREADME56 If you are using the ndbm interface and exit without flushing or closing the
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.c349 DEBUGLOG(6, "ZSTD_encodeSequences: flushing ML state with %u bits", stateMatchLength.stateLog); in ZSTD_encodeSequences_body()
351 DEBUGLOG(6, "ZSTD_encodeSequences: flushing Off state with %u bits", stateOffsetBits.stateLog); in ZSTD_encodeSequences_body()
353 DEBUGLOG(6, "ZSTD_encodeSequences: flushing LL state with %u bits", stateLitLength.stateLog); in ZSTD_encodeSequences_body()

12345678910>>...14