Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dballoon_compaction.c146 void balloon_page_enqueue(struct balloon_dev_info *b_dev_info, in balloon_page_enqueue() function
155 EXPORT_SYMBOL_GPL(balloon_page_enqueue);
/linux-6.6.21/include/linux/
Dballoon_compaction.h63 extern void balloon_page_enqueue(struct balloon_dev_info *b_dev_info,
/linux-6.6.21/arch/powerpc/platforms/pseries/
Dcmm.c166 balloon_page_enqueue(&b_dev_info, page); in cmm_alloc_pages()
/linux-6.6.21/drivers/virtio/
Dvirtio_balloon.c235 balloon_page_enqueue(&vb->vb_dev_info, page); in fill_balloon()