Searched refs:auto_thp_switched (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dbase_structs.h34 bool auto_thp_switched; member in struct:base_s
/freebsd-12-stable/contrib/jemalloc/src/
H A Dbase.c147 if (base->auto_thp_switched) {
163 base->auto_thp_switched = true;
222 metadata_thp_always || base->auto_thp_switched)) {
287 if (base->auto_thp_switched) {
332 && !base->auto_thp_switched)) {
374 base->auto_thp_switched = false;

Completed in 120 milliseconds