Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/xen/
H A Dxen-balloon.c150 static DEVICE_ULONG_ATTR(max_schedule_delay, 0644, balloon_stats.max_schedule_delay);
H A Dballoon.c216 if (balloon_stats.schedule_delay > balloon_stats.max_schedule_delay) in update_schedule()
217 balloon_stats.schedule_delay = balloon_stats.max_schedule_delay; in update_schedule()
725 balloon_stats.max_schedule_delay = 32; in balloon_init()
/kernel/linux/linux-5.10/include/xen/
H A Dballoon.h20 unsigned long max_schedule_delay; member
/kernel/linux/linux-6.6/include/xen/
H A Dballoon.h20 unsigned long max_schedule_delay; member
/kernel/linux/linux-5.10/drivers/xen/
H A Dxen-balloon.c150 static DEVICE_ULONG_ATTR(max_schedule_delay, 0644, balloon_stats.max_schedule_delay);
H A Dballoon.c232 if (balloon_stats.schedule_delay > balloon_stats.max_schedule_delay) in update_schedule()
233 balloon_stats.schedule_delay = balloon_stats.max_schedule_delay; in update_schedule()
736 balloon_stats.max_schedule_delay = 32; in balloon_init()

Completed in 5 milliseconds