Home
last modified time | relevance | path

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

/linux/drivers/virtio/
H A Dvirtio_balloon.c36 #define VIRTIO_BALLOON_HINT_BLOCK_ORDER MAX_PAGE_ORDER macro
39 (1 << (VIRTIO_BALLOON_HINT_BLOCK_ORDER + PAGE_SHIFT))
40 #define VIRTIO_BALLOON_HINT_BLOCK_PAGES (1 << VIRTIO_BALLOON_HINT_BLOCK_ORDER)
492 VIRTIO_BALLOON_HINT_BLOCK_ORDER); in return_free_pages_to_mm()
708 VIRTIO_BALLOON_HINT_BLOCK_ORDER); in get_free_page_and_send()
723 VIRTIO_BALLOON_HINT_BLOCK_ORDER); in get_free_page_and_send()
736 free_pages((unsigned long)p, VIRTIO_BALLOON_HINT_BLOCK_ORDER); in get_free_page_and_send()