Searched refs:lazy (Results 1 – 12 of 12) sorted by relevance
| /f-stack/app/redis-5.0.5/ |
| H A D | redis.conf | 674 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 D | algorithm.txt | 37 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 D | rfc1951.txt | 820 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 D | db.c | 468 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 D | server.h | 1818 void propagateExpire(redisDb *db, robj *key, int lazy);
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | expire.tcl | 163 test {Redis should lazy expire keys} {
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | configure.ac | 1687 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 D | ChangeLog | 81 - 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 D | INSTALL.md | 181 * `--enable-lazy-lock`
|
| H A D | configure | 1441 --enable-lazy-lock Enable lazy locking (only lock when multi-threaded)
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | poly1305-armv4.S | 464 @ 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 D | jemalloc_internal_defs.h.in | 183 /* Support lazy locking (avoid locking unless a second thread is launched). */
|