Searched refs:balloon (Results 1 – 7 of 7) 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 …]
123 被迁移,例如,zsmalloc,virtio-balloon页面。125 对于virtio-balloon页面,迁移代码路径的某些部分已经被钩住,并添加了virtio-balloon
10 For the driver, typically a balloon driver, to use of this functionality
245 baloon||balloon
1099 allocations (memory balloon, zswap). Pages allocated
17051 F: include/linux/balloon.h17052 F: mm/balloon.c