Searched refs:msg_cache_slabs (Results 1 – 8 of 8) sorted by relevance
101 cfg->msg_cache_slabs)) { in context_finalize()103 ctx->env->msg_cache = slabhash_create(cfg->msg_cache_slabs, in context_finalize()
1045 cfg->msg_cache_slabs) || in daemon_apply_cfg() 1056 cfg->msg_cache_slabs)) { in daemon_apply_cfg() 1058 daemon->env->msg_cache = slabhash_create(cfg->msg_cache_slabs, in daemon_apply_cfg()
5888 COPY_VAR_size_t(msg_cache_slabs); in fr_atomic_copy_cfg()
190 size_t msg_cache_slabs; member
172 cfg->msg_cache_slabs = 0; in config_create()444 cfg->msg_cache_slabs = 1; in config_create_forlib()653 else S_POW2("msg-cache-slabs:", msg_cache_slabs) in config_set_option()1121 else O_DEC(opt, "msg-cache-slabs", msg_cache_slabs) in config_get_option()1482 SET_AUTO_SLAB(msg_cache_slabs, "msg-cache-slabs", pow_2_threads); in config_auto_slab_values()
1663 cfg_parser->cfg->msg_cache_slabs = atoi($2);1664 if(!is_pow2(cfg_parser->cfg->msg_cache_slabs))
4698 cfg_parser->cfg->msg_cache_slabs = atoi((yyvsp[0].str)); in yyparse()4699 if(!is_pow2(cfg_parser->cfg->msg_cache_slabs)) in yyparse()
248 sn_env->subnet_msg_cache = slabhash_create(env->cfg->msg_cache_slabs, in subnetmod_init()