Home
last modified time | relevance | path

Searched refs:lazy (Results 1 – 12 of 12) sorted by relevance

/f-stack/app/redis-5.0.5/
H A Dredis.conf674 lazyfree-lazy-eviction no
675 lazyfree-lazy-expire no
676 lazyfree-lazy-server-del no
677 replica-lazy-flush no
/f-stack/freebsd/contrib/zlib/doc/
H A Dalgorithm.txt37 deflate() also defers the selection of matches with a lazy evaluation
41 literal byte) and the process of lazy evaluation begins again. Otherwise,
45 The lazy match evaluation is also subject to a runtime parameter. If
51 The lazy match evaluation is not performed for the fastest compression
H A Drfc1951.txt820 selection of matches ("lazy matching"): after a match of length N has
828 Run-time parameters also control this "lazy match" procedure. If
/f-stack/app/redis-5.0.5/src/
H A Ddb.c468 void delGenericCommand(client *c, int lazy) { in delGenericCommand() argument
473 int deleted = lazy ? dbAsyncDelete(c->db,c->argv[j]) : in delGenericCommand()
1113 void propagateExpire(redisDb *db, robj *key, int lazy) { in propagateExpire() argument
1116 argv[0] = lazy ? shared.unlink : shared.del; in propagateExpire()
H A Dserver.h1818 void propagateExpire(redisDb *db, robj *key, int lazy);
/f-stack/app/redis-5.0.5/tests/unit/
H A Dexpire.tcl163 test {Redis should lazy expire keys} {
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure.ac1687 dnl Disable lazy locking by default.
1689 [AS_HELP_STRING([--enable-lazy-lock],
1690 [Enable lazy locking (only lock when multi-threaded)])],
1701 AC_MSG_RESULT([Forcing lazy-lock to avoid allocator/threading bootstrap issues])
1708 AC_MSG_RESULT([Forcing no lazy-lock because thread creation monitoring is unimplemented])
1715 AC_MSG_ERROR([Missing dlsym support: lazy-lock cannot be enabled.])
H A DChangeLog81 - Add runtime detection of lazy purging. (@interwq)
132 - Only abort on dlsym(3) error if the failure impacts an enabled feature (lazy
459 - Forcibly disable lazy-lock on Windows (was forcibly *enabled*). (@jasone)
904 point registers during dynamic lazy symbol loading, and the symbol loading
1089 - Disable lazy locking by default.
H A DINSTALL.md181 * `--enable-lazy-lock`
H A Dconfigure1441 --enable-lazy-lock Enable lazy locking (only lock when multi-threaded)
/f-stack/freebsd/crypto/openssl/arm/
H A Dpoly1305-armv4.S464 @ lazy reduction as discussed in "NEON crypto" by D.J. Bernstein
876 @ lazy reduction interleaved with base 2^32 -> base 2^26 of
1046 @ lazy reduction, but without narrowing
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in183 /* Support lazy locking (avoid locking unless a second thread is launched). */