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

/linux-master/mm/
H A Dswap_slots.c39 static bool swap_slot_cache_active; variable
48 #define use_swap_slot_cache (swap_slot_cache_active && swap_slot_cache_enabled)
55 swap_slot_cache_active = false;
63 swap_slot_cache_active = true;
99 if (!swap_slot_cache_active) {
110 return swap_slot_cache_active;
265 if (swap_slot_cache_active)

Completed in 95 milliseconds