Home
last modified time | relevance | path

Searched refs:balloon_page_dequeue (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/mm/
Dballoon_compaction.c57 struct page *balloon_page_dequeue(struct balloon_dev_info *b_dev_info) in balloon_page_dequeue() function
105 EXPORT_SYMBOL_GPL(balloon_page_dequeue);
/linux-4.1.27/include/linux/
Dballoon_compaction.h68 extern struct page *balloon_page_dequeue(struct balloon_dev_info *b_dev_info);
/linux-4.1.27/drivers/virtio/
Dvirtio_balloon.c193 page = balloon_page_dequeue(vb_dev_info); in leak_balloon()