Home
last modified time | relevance | path

Searched refs:max_background_threads (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dbackground_thread.c23 size_t max_background_threads; variable
290 for (unsigned i = ind; i < narenas; i += max_background_threads) {
393 for (unsigned i = 1; i < max_background_threads; i++) {
436 VARIABLE_ARRAY(bool, created_threads, max_background_threads);
438 for (i = 1; i < max_background_threads; i++) {
461 for (i = 1; i < max_background_threads; i++) {
508 assert(thread_ind < max_background_threads);
543 size_t thread_ind = arena_ind % max_background_threads;
610 VARIABLE_ARRAY(bool, marked, max_background_threads);
612 for (i = 0; i < max_background_threads; i++) {
[all …]
H A Dctl.c60 CTL_PROTO(max_background_threads)
626 {NAME("max_background_threads"), CTL(max_background_threads)},
1701 oldval = max_background_threads; in max_background_threads_ctl()
1708 oldval = max_background_threads; in max_background_threads_ctl()
1727 max_background_threads = newval; in max_background_threads_ctl()
1734 max_background_threads = newval; in max_background_threads_ctl()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h18 return &background_thread_info[arena_ind % max_background_threads]; in arena_background_thread_info_get()
23 return &background_thread_info[ind % max_background_threads]; in background_thread_info_get()
H A Dbackground_thread_externs.h9 extern size_t max_background_threads;
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h111 #define max_background_threads JEMALLOC_N(max_background_threads) macro
/freebsd/contrib/jemalloc/
H A DChangeLog115 - Fix background thread index issues with max_background_threads. (@djwatson,
173 + max_background_threads (@djwatson)
175 + opt.max_background_threads (@djwatson)