Searched refs:msg_cache_slabs (Results 1 – 9 of 9) sorted by relevance
978 cfg->msg_cache_slabs) || in daemon_apply_cfg()989 cfg->msg_cache_slabs)) { in daemon_apply_cfg()991 daemon->env->msg_cache = slabhash_create(cfg->msg_cache_slabs, in daemon_apply_cfg()
91 cfg->msg_cache_slabs)) { in context_finalize()93 ctx->env->msg_cache = slabhash_create(cfg->msg_cache_slabs, in context_finalize()
182 size_t msg_cache_slabs; member
167 cfg->msg_cache_slabs = 4; in config_create()419 cfg->msg_cache_slabs = 1; in config_create_forlib()599 else S_POW2("msg-cache-slabs:", msg_cache_slabs) in config_set_option()1050 else O_DEC(opt, "msg-cache-slabs", msg_cache_slabs) in config_get_option()
1577 cfg_parser->cfg->msg_cache_slabs = atoi($2);1578 if(!is_pow2(cfg_parser->cfg->msg_cache_slabs))
4495 cfg_parser->cfg->msg_cache_slabs = atoi((yyvsp[0].str)); in yyparse()4496 if(!is_pow2(cfg_parser->cfg->msg_cache_slabs)) in yyparse()
77 .. attribute:: msg_cache_slabs
228 sn_env->subnet_msg_cache = slabhash_create(env->cfg->msg_cache_slabs, in subnetmod_init()
989 size_t msg_cache_slabs;