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

/linux-4.4.14/include/xen/
H A Dballoon.h17 unsigned long max_schedule_delay; member in struct:balloon_stats
/linux-4.4.14/drivers/xen/
H A Dxen-balloon.c134 static DEVICE_ULONG_ATTR(max_schedule_delay, 0644, balloon_stats.max_schedule_delay);
H A Dballoon.c245 if (balloon_stats.schedule_delay > balloon_stats.max_schedule_delay) update_schedule()
246 balloon_stats.schedule_delay = balloon_stats.max_schedule_delay; update_schedule()
749 balloon_stats.max_schedule_delay = 32; balloon_init()

Completed in 398 milliseconds