Searched refs:msg_cache_slabs (Results 1 – 6 of 6) sorted by relevance
90 cfg->msg_cache_slabs)) { in context_finalize()92 ctx->env->msg_cache = slabhash_create(cfg->msg_cache_slabs, in context_finalize()
847 cfg->msg_cache_slabs)) { in daemon_apply_cfg()849 daemon->env->msg_cache = slabhash_create(cfg->msg_cache_slabs, in daemon_apply_cfg()
173 size_t msg_cache_slabs; member
161 cfg->msg_cache_slabs = 4; in config_create()396 cfg->msg_cache_slabs = 1; in config_create_forlib()572 else S_POW2("msg-cache-slabs:", msg_cache_slabs) in config_set_option()1001 else O_DEC(opt, "msg-cache-slabs", msg_cache_slabs) in config_get_option()
1513 cfg_parser->cfg->msg_cache_slabs = atoi($2);1514 if(!is_pow2(cfg_parser->cfg->msg_cache_slabs))
202 sn_env->subnet_msg_cache = slabhash_create(env->cfg->msg_cache_slabs, in subnetmod_init()