Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/virtio/
Dvirtio_balloon.c36 #define VIRTIO_BALLOON_HINT_BLOCK_ORDER (MAX_ORDER - 1) macro
39 (1 << (VIRTIO_BALLOON_HINT_BLOCK_ORDER + PAGE_SHIFT))
40 #define VIRTIO_BALLOON_HINT_BLOCK_PAGES (1 << VIRTIO_BALLOON_HINT_BLOCK_ORDER)
415 VIRTIO_BALLOON_HINT_BLOCK_ORDER); in return_free_pages_to_mm()
627 VIRTIO_BALLOON_HINT_BLOCK_ORDER); in get_free_page_and_send()
642 VIRTIO_BALLOON_HINT_BLOCK_ORDER); in get_free_page_and_send()
655 free_pages((unsigned long)p, VIRTIO_BALLOON_HINT_BLOCK_ORDER); in get_free_page_and_send()