Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dvmw_balloon.c43 static bool __read_mostly vmwballoon_shrinker_enable; variable
44 module_param(vmwballoon_shrinker_enable, bool, 0444);
45 MODULE_PARM_DESC(vmwballoon_shrinker_enable,
1581 if (!vmwballoon_shrinker_enable) in vmballoon_register_shrinker()