Searched refs:balloon (Results 1 – 6 of 6) sorted by relevance
401 static struct vmballoon balloon; variable1528 struct vmballoon *b = &balloon; in vmballoon_shrinker_scan()1570 struct vmballoon *b = &balloon; in vmballoon_shrinker_count()1935 INIT_DELAYED_WORK(&balloon.dwork, vmballoon_work); in vmballoon_init()1937 error = vmballoon_register_shrinker(&balloon); in vmballoon_init()1945 balloon_devinfo_init(&balloon.b_dev_info); in vmballoon_init()1946 error = vmballoon_compaction_init(&balloon); in vmballoon_init()1950 INIT_LIST_HEAD(&balloon.huge_pages); in vmballoon_init()1951 spin_lock_init(&balloon.comm_lock); in vmballoon_init()1952 init_rwsem(&balloon.conf_sem); in vmballoon_init()[all …]
371 like a "balloon" that can be inflated to reclaim physical pages374 be allocated to other guests. The balloon can also be deflated
3 obj-y += grant-table.o features.o balloon.o manage.o preempt.o time.o19 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"17 Memory hotplug support for Xen balloon driver allows expanding memory168 The resulting buffer is similar to one allocated by the balloon173 cannot work with scattered buffers provided by the balloon driver,
52 tristate "Virtio balloon driver"
114 __u64 balloon:1; member1626 cap_msg.caps.cap_bits.balloon = 1; in balloon_connect_vsp()