Home
last modified time | relevance | path

Searched refs:balloon (Results 1 – 12 of 12) 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/mm/
H A Dballoon_compaction.c
H A DKconfig584 # support for memory balloon
589 # support for memory balloon page migration
591 bool "Allow for balloon memory migration"
595 Allow for migration of pages inflated in a memory balloon such that
/linux/Documentation/translations/zh_CN/mm/
H A Dpage_migration.rst123 被迁移,例如,zsmalloc,virtio-balloon页面。
125 对于virtio-balloon页面,迁移代码路径的某些部分已经被钩住,并添加了virtio-balloon
/linux/drivers/xen/
H A DMakefile3 obj-y += grant-table.o features.o balloon.o manage.o time.o
18 obj-$(CONFIG_XEN_BALLOON) += xen-balloon.o
H A DKconfig6 bool "Xen memory balloon driver"
9 The balloon driver allows the Xen domain to request more memory from
14 bool "Memory hotplug support for Xen balloon driver"
18 Memory hotplug support for Xen balloon driver allows expanding memory
171 The resulting buffer is similar to one allocated by the balloon
176 cannot work with scattered buffers provided by the balloon driver,
343 having to balloon out RAM regions in order to obtain physical memory
/linux/Documentation/mm/
H A Dfree_page_reporting.rst10 For the driver, typically a balloon driver, to use of this functionality
/linux/drivers/hv/
H A Dhv_balloon.c116 __u64 balloon:1; member
1788 cap_msg.caps.cap_bits.balloon = ballooning_enabled(); in balloon_connect_vsp()
/linux/scripts/
H A Dspelling.txt244 baloon||balloon
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1128 balloon, zswap). Pages allocated from this memory range
/linux/
H A DMAINTAINERS16640 F: include/linux/balloon.h
16641 F: mm/balloon.c