Home
last modified time | relevance | path

Searched refs:cgroups (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_stream.c58 s->cgroups = NULL; /* Created on demand to save memory when not used. */ in streamNew()
65 if (s->cgroups) in freeStream()
66 raxFreeWithCallback(s->cgroups,(void(*)(void*))streamFreeCG); in freeStream()
1622 if (s->cgroups == NULL) s->cgroups = raxNew(); in streamCreateCG()
1630 raxInsert(s->cgroups,(unsigned char*)name,namelen,cg,NULL); in streamCreateCG()
1644 if (s->cgroups == NULL) return NULL; in streamLookupCG()
1645 streamCG *cg = raxFind(s->cgroups,(unsigned char*)groupname, in streamLookupCG()
2494 if (s->cgroups == NULL) { in xinfoCommand()
2499 addReplyMultiBulkLen(c,raxSize(s->cgroups)); in xinfoCommand()
2501 raxStart(&ri,s->cgroups); in xinfoCommand()
[all …]
H A Dstream.h20 rax *cgroups; /* Consumer groups dictionary: name -> streamCG */ member
H A Ddefrag.c755 if (s->cgroups) in defragStream()
756 defragged += defragRadixTree(&s->cgroups, 1, defragStreamConsumerGroup, NULL); in defragStream()
H A Dobject.c902 if (s->cgroups) { in objectComputeSize()
903 raxStart(&ri,s->cgroups); in objectComputeSize()
H A Drdb.c932 size_t num_cgroups = s->cgroups ? raxSize(s->cgroups) : 0; in rdbSaveObject()
938 raxStart(&ri,s->cgroups); in rdbSaveObject()
H A Daof.c1211 if (s->cgroups) { in rewriteStreamObject()
1213 raxStart(&ri,s->cgroups); in rewriteStreamObject()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst183 models: pthreads, cgroups, or lightweight threads. The example includes