Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Dballoon.c81 static uint __read_mostly balloon_boot_timeout = 180; variable
82 module_param(balloon_boot_timeout, uint, 0444);
770 if (time_is_before_eq_jiffies(last_changed + HZ * balloon_boot_timeout)) in balloon_wait_finish()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt7264 xen.balloon_boot_timeout= [XEN]