Searched refs:balloon_timer (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Dballoon.c107 static struct timer_list balloon_timer; variable in typeref:struct:timer_list
344 mod_timer(&balloon_timer, jiffies + HZ);
412 init_timer(&balloon_timer);
413 balloon_timer.data = 0;
414 balloon_timer.function = balloon_alarm;

Completed in 91 milliseconds