Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/
H A Dvmw_balloon.c45 static bool __read_mostly vmwballoon_shrinker_enable; variable
46 module_param(vmwballoon_shrinker_enable, bool, 0444);
47 MODULE_PARM_DESC(vmwballoon_shrinker_enable,
1588 if (!vmwballoon_shrinker_enable) in vmballoon_register_shrinker()