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 D | bitmap.h | 335 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 D | state012.cfg | 40 # should propagate down the entire data hierarchy. Done for completeness
|
| H A D | state014.cfg | 40 # should propagate down the entire data hierarchy. Done for completeness
|
| /f-stack/app/redis-5.0.5/tests/unit/type/ |
| H A D | stream.tcl | 322 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 D | t_list.c | 637 propagate((where == LIST_HEAD) ? in serveClientBlockedOnList() 659 propagate(server.rpopCommand, in serveClientBlockedOnList() 669 propagate(server.lpushCommand, in serveClientBlockedOnList()
|
| H A D | multi.c | 111 propagate(server.multiCommand,c->db->id,&multistring,1, in execCommandPropagateMulti()
|
| H A D | blocked.c | 366 propagate(cmd,receiver->db->id, in handleClientsBlockedOnKeys()
|
| H A D | server.c | 2323 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 D | t_stream.c | 817 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 D | server.h | 1720 void propagate(struct redisCommand *cmd, int dbid, robj **argv, int argc, int flags);
|
| /f-stack/app/redis-5.0.5/tests/integration/ |
| H A D | replication.tcl | 151 test {SET on the master should immediately propagate} {
|
| /f-stack/app/redis-5.0.5/ |
| H A D | 00-RELEASENOTES | 1087 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 D | coding_style.rst | 343 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 D | changes.txt | 15720 (Linux ISRs no longer return void, so we can propagate the handler
|