Searched refs:balloon (Results 1 – 12 of 12) sorted by relevance
6 The maximum number of times the balloon driver will7 attempt to increase the balloon before giving up. See24 The current number of times that the balloon driver25 has attempted to increase the size of the balloon.36 increase the balloon. Each time the balloon cannot be69 Amount (in KiB) of high memory in the balloon.77 balloon.
391 static struct vmballoon balloon; variable1516 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 …]
584 # support for memory balloon589 # support for memory balloon page migration591 bool "Allow for balloon memory migration"595 Allow for migration of pages inflated in a memory balloon such that
123 被迁移,例如,zsmalloc,virtio-balloon页面。125 对于virtio-balloon页面,迁移代码路径的某些部分已经被钩住,并添加了virtio-balloon
3 obj-y += grant-table.o features.o balloon.o manage.o time.o18 obj-$(CONFIG_XEN_BALLOON) += xen-balloon.o
6 bool "Xen memory balloon driver"9 The balloon driver allows the Xen domain to request more memory from14 bool "Memory hotplug support for Xen balloon driver"18 Memory hotplug support for Xen balloon driver allows expanding memory171 The resulting buffer is similar to one allocated by the balloon176 cannot work with scattered buffers provided by the balloon driver,343 having to balloon out RAM regions in order to obtain physical memory
10 For the driver, typically a balloon driver, to use of this functionality
116 __u64 balloon:1; member1788 cap_msg.caps.cap_bits.balloon = ballooning_enabled(); in balloon_connect_vsp()
244 baloon||balloon
1128 balloon, zswap). Pages allocated from this memory range
16640 F: include/linux/balloon.h16641 F: mm/balloon.c