Home
last modified time | relevance | path

Searched refs:balloon (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-xen_memory6 The maximum number of times the balloon driver will
7 attempt to increase the balloon before giving up. See
24 The current number of times that the balloon driver
25 has attempted to increase the size of the balloon.
36 increase the balloon. Each time the balloon cannot be
69 Amount (in KiB) of high memory in the balloon.
77 balloon.
/linux/drivers/misc/
H A Dvmw_balloon.c391 static struct vmballoon balloon; variable
1516 struct vmballoon *b = &balloon; in vmballoon_shrinker_scan()
1558 struct vmballoon *b = &balloon; in vmballoon_shrinker_count()
1823 INIT_DELAYED_WORK(&balloon.dwork, vmballoon_work); in vmballoon_init()
1825 error = vmballoon_register_shrinker(&balloon); in vmballoon_init()
1829 balloon_devinfo_init(&balloon.b_dev_info); in vmballoon_init()
1831 balloon.b_dev_info.migratepage = vmballoon_migratepage; in vmballoon_init()
1833 INIT_LIST_HEAD(&balloon.huge_pages); in vmballoon_init()
1834 spin_lock_init(&balloon.huge_pages_lock); in vmballoon_init()
1835 spin_lock_init(&balloon.comm_lock); in vmballoon_init()
[all …]
/linux/Documentation/translations/zh_CN/mm/
H A Dpage_migration.rst123 被迁移,例如,zsmalloc,virtio-balloon页面。
125 对于virtio-balloon页面,迁移代码路径的某些部分已经被钩住,并添加了virtio-balloon
/linux/Documentation/mm/
H A Dfree_page_reporting.rst10 For the driver, typically a balloon driver, to use of this functionality
/linux/scripts/
H A Dspelling.txt245 baloon||balloon
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1099 allocations (memory balloon, zswap). Pages allocated
/linux/
H A DMAINTAINERS17051 F: include/linux/balloon.h
17052 F: mm/balloon.c