Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dballoon_compaction.c177 struct page *balloon_page_dequeue(struct balloon_dev_info *b_dev_info) in balloon_page_dequeue() function
202 EXPORT_SYMBOL_GPL(balloon_page_dequeue);
/linux-6.6.21/include/linux/
Dballoon_compaction.h65 extern struct page *balloon_page_dequeue(struct balloon_dev_info *b_dev_info);
/linux-6.6.21/arch/powerpc/platforms/pseries/
Dcmm.c189 page = balloon_page_dequeue(&b_dev_info); in cmm_free_pages()
/linux-6.6.21/drivers/virtio/
Dvirtio_balloon.c283 page = balloon_page_dequeue(vb_dev_info); in leak_balloon()