Home
last modified time | relevance | path

Searched refs:propagate (Results 1 – 14 of 14) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dbitmap.h335 UNUSED bool propagate; in bitmap_unset() local
342 propagate = (g == 0); in bitmap_unset()
349 if (propagate) { in bitmap_unset()
356 propagate = (g == 0); in bitmap_unset()
361 if (!propagate) { in bitmap_unset()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A Dstate012.cfg40 # should propagate down the entire data hierarchy. Done for completeness
H A Dstate014.cfg40 # should propagate down the entire data hierarchy. Done for completeness
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstream.tcl322 test {XADD with MAXLEN > xlen can propagate correctly} {
337 test {XADD with ~ MAXLEN can propagate correctly} {
353 test {XTRIM with ~ MAXLEN can propagate correctly} {
/f-stack/app/redis-5.0.5/src/
H A Dt_list.c637 propagate((where == LIST_HEAD) ? in serveClientBlockedOnList()
659 propagate(server.rpopCommand, in serveClientBlockedOnList()
669 propagate(server.lpushCommand, in serveClientBlockedOnList()
H A Dmulti.c111 propagate(server.multiCommand,c->db->id,&multistring,1, in execCommandPropagateMulti()
H A Dblocked.c366 propagate(cmd,receiver->db->id, in handleClientsBlockedOnKeys()
H A Dserver.c2323 void propagate(struct redisCommand *cmd, int dbid, robj **argv, int argc, in propagate() function
2510 propagate(c->cmd,c->db->id,c->argv,c->argc,propagate_flags); in call()
2534 propagate(rop->cmd,rop->dbid,rop->argv,rop->argc,target); in call()
H A Dt_stream.c817 propagate(server.xclaimCommand,c->db->id,argv,14,PROPAGATE_AOF|PROPAGATE_REPL); in streamPropagateXCLAIM()
844 propagate(server.xgroupCommand,c->db->id,argv,5,PROPAGATE_AOF|PROPAGATE_REPL); in streamPropagateGroupID()
H A Dserver.h1720 void propagate(struct redisCommand *cmd, int dbid, robj **argv, int argc, int flags);
/f-stack/app/redis-5.0.5/tests/integration/
H A Dreplication.tcl151 test {SET on the master should immediately propagate} {
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES1087 Streams: propagate lastid in XCLAIM when it has effect
1095 Streams: bugfix XCLAIM should propagate group name not consumer name
1196 Streams: propagate specified MAXLEN instead of approximated
1208 Streams: propagate original MAXLEN argument in XADD context
1616 * Fix: Rewrite BRPOPLPUSH as RPOPLPUSH to propagate.
1761 block: rewrite BRPOPLPUSH as RPOPLPUSH to propagate
2167 Merge pull request #5132 from soloestoy/propagate-xdel-correctly
2173 Streams: correctly propagate xdel if needed
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst343 Note that #defines used instead of typedefs also are problematic (since they do not propagate the p…
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt15720 (Linux ISRs no longer return void, so we can propagate the handler