Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dswap_slots.c49 #define use_swap_slot_cache (swap_slot_cache_active && swap_slot_cache_enabled) macro
263 if (!use_swap_slot_cache || cache->nr) in refill_swap_slots_cache()
279 if (likely(use_swap_slot_cache && cache->slots_ret)) { in free_swap_slot()
282 if (!use_swap_slot_cache || !cache->slots_ret) { in free_swap_slot()
/kernel/linux/linux-6.6/mm/
H A Dswap_slots.c48 #define use_swap_slot_cache (swap_slot_cache_active && swap_slot_cache_enabled) macro
261 if (!use_swap_slot_cache) in refill_swap_slots_cache()
277 if (likely(use_swap_slot_cache && cache->slots_ret)) { in free_swap_slot()
280 if (!use_swap_slot_cache || !cache->slots_ret) { in free_swap_slot()

Completed in 2 milliseconds