Searched refs:opt_max_background_threads (Results 1 – 5 of 5) sorted by relevance
5 extern size_t opt_max_background_threads;
16 size_t opt_max_background_threads = MAX_BACKGROUND_THREAD_LIMIT + 1; variable900 if (opt_max_background_threads > MAX_BACKGROUND_THREAD_LIMIT) { in background_thread_boot1()901 opt_max_background_threads = DEFAULT_NUM_BACKGROUND_THREAD; in background_thread_boot1()903 max_background_threads = opt_max_background_threads; in background_thread_boot1()914 b0get(), opt_max_background_threads * in background_thread_boot1()
92 CTL_PROTO(opt_max_background_threads)319 {NAME("max_background_threads"), CTL(opt_max_background_threads)},1716 if (newval > opt_max_background_threads) { in max_background_threads_ctl()1774 CTL_RO_NL_GEN(opt_max_background_threads, opt_max_background_threads, size_t) in CTL_RO_CONFIG_GEN()
1338 CONF_HANDLE_SIZE_T(opt_max_background_threads, in malloc_conf_init_helper()1340 opt_max_background_threads, in malloc_conf_init_helper()
114 #define opt_max_background_threads JEMALLOC_N(opt_max_background_threads) macro