Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dswap_slots.c39 static bool swap_slot_cache_active; variable
50 #define use_swap_slot_cache (swap_slot_cache_active && swap_slot_cache_enabled)
57 swap_slot_cache_active = false; in deactivate_swap_slots_cache()
66 swap_slot_cache_active = true; in reactivate_swap_slots_cache()
109 if (!swap_slot_cache_active) { in check_cache_active()
120 return swap_slot_cache_active; in check_cache_active()
292 if (swap_slot_cache_active) in refill_swap_slots_cache()
/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dmm.h227 TP_PROTO(bool swap_slot_cache_active),
228 TP_ARGS(swap_slot_cache_active));