Home
last modified time | relevance | path

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

/linux/drivers/xen/
A Dxen-balloon.c150 static DEVICE_ULONG_ATTR(max_schedule_delay, 0644, balloon_stats.max_schedule_delay);
A Dballoon.c233 if (balloon_stats.schedule_delay > balloon_stats.max_schedule_delay) in update_schedule()
234 balloon_stats.schedule_delay = balloon_stats.max_schedule_delay; in update_schedule()
739 balloon_stats.max_schedule_delay = 32; in balloon_init()
/linux/include/xen/
A Dballoon.h20 unsigned long max_schedule_delay; member
/linux/Documentation/ABI/stable/
A Dsysfs-devices-system-xen_memory11 What: /sys/devices/system/xen_memory/xen_memory0/max_schedule_delay
38 'max_schedule_delay' is reached at which point it

Completed in 8 milliseconds