Home
last modified time | relevance | path

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

/openbmc/linux/drivers/virtio/
H A Dvirtio_balloon.c36 #define VIRTIO_BALLOON_HINT_BLOCK_ORDER MAX_ORDER macro
39 (1 << (VIRTIO_BALLOON_HINT_BLOCK_ORDER + PAGE_SHIFT))
40 #define VIRTIO_BALLOON_HINT_BLOCK_PAGES (1 << VIRTIO_BALLOON_HINT_BLOCK_ORDER)
419 VIRTIO_BALLOON_HINT_BLOCK_ORDER); in return_free_pages_to_mm()
631 VIRTIO_BALLOON_HINT_BLOCK_ORDER); in get_free_page_and_send()
646 VIRTIO_BALLOON_HINT_BLOCK_ORDER); in get_free_page_and_send()
659 free_pages((unsigned long)p, VIRTIO_BALLOON_HINT_BLOCK_ORDER); in get_free_page_and_send()