Searched refs:enable_eviction (Results 1 – 1 of 1) sorted by relevance
18 static bool enable_eviction = false; variable19 MODULE_PARM_DESC(enable_eviction, "Enable swappable GEM buffers");20 module_param(enable_eviction, bool, 0600);24 return enable_eviction && get_nr_swap_pages() > 0; in can_swap()