Searched refs:numnodes (Results 1 – 14 of 14) sorted by relevance
| /f-stack/app/redis-5.0.5/tests/cluster/tests/ |
| H A D | 00-base.tcl | 13 set numnodes 0 15 incr numnodes 22 assert {$numids == $numnodes}
|
| /f-stack/app/redis-5.0.5/src/modules/ |
| H A D | hellocluster.c | 57 size_t numnodes; in ListCommand_RedisCommand() local 58 char **ids = RedisModule_GetClusterNodesList(ctx,&numnodes); in ListCommand_RedisCommand() 63 RedisModule_ReplyWithArray(ctx,numnodes); in ListCommand_RedisCommand() 64 for (size_t j = 0; j < numnodes; j++) { in ListCommand_RedisCommand()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_fuid.c | 227 int numnodes; in zfs_fuid_sync() local 250 numnodes = avl_numnodes(&zfsvfs->z_fuid_idx); in zfs_fuid_sync() 251 fuids = kmem_alloc(numnodes * sizeof (void *), KM_SLEEP); in zfs_fuid_sync() 262 fuids, numnodes) == 0); in zfs_fuid_sync() 263 for (i = 0; i != numnodes; i++) in zfs_fuid_sync() 265 kmem_free(fuids, numnodes * sizeof (void *)); in zfs_fuid_sync()
|
| /f-stack/tools/ngctl/ |
| H A D | types.c | 94 printf("%15s %5d\n", ti->type_name, ti->numnodes); in TypesCmd()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rax.c | 205 rax->numnodes = 1; in raxNew() 752 rax->numnodes++; in raxGenericInsert() 766 rax->numnodes++; in raxGenericInsert() 818 rax->numnodes++; in raxGenericInsert() 873 rax->numnodes++; in raxGenericInsert() 1053 rax->numnodes--; in raxRemove() 1180 rax->numnodes++; in raxRemove() 1193 rax_free(tofree); rax->numnodes--; in raxRemove() 1235 rax->numnodes--; in raxRecursiveFree() 1242 assert(rax->numnodes == 0); in raxFreeWithCallback()
|
| H A D | rax.h | 136 uint64_t numnodes; member
|
| H A D | object.c | 769 size += rax->numnodes * sizeof(raxNode); in streamRadixTreeMemoryUsage() 771 size += rax->numnodes * sizeof(long)*30; in streamRadixTreeMemoryUsage()
|
| H A D | redismodule.h | 336 char **REDISMODULE_API_FUNC(RedisModule_GetClusterNodesList)(RedisModuleCtx *ctx, size_t *numnodes);
|
| H A D | module.c | 4141 char **RM_GetClusterNodesList(RedisModuleCtx *ctx, size_t *numnodes) { in RM_GetClusterNodesList() argument 4157 *numnodes = j; in RM_GetClusterNodesList()
|
| H A D | t_stream.c | 2524 addReplyLongLong(c,s->rax->numnodes); in xinfoCommand()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | ng_message.h | 285 u_int32_t numnodes; /* number alive */ member
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_message.h | 283 u_int32_t numnodes; /* number alive */ member
|
| H A D | ng_base.c | 2764 tp->numnodes = type->refs - 1; /* don't count list */ in ng_generic_msg()
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 2784 tp->numnodes = type->refs - 1; /* don't count list */ in ng_generic_msg()
|