Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/virtio/
H A Dvirtio_balloon.c39 #define VIRTIO_BALLOON_HINT_BLOCK_ORDER (MAX_ORDER - 1) macro
42 (1 << (VIRTIO_BALLOON_HINT_BLOCK_ORDER + PAGE_SHIFT))
43 #define VIRTIO_BALLOON_HINT_BLOCK_PAGES (1 << VIRTIO_BALLOON_HINT_BLOCK_ORDER)
426 VIRTIO_BALLOON_HINT_BLOCK_ORDER); in return_free_pages_to_mm()
638 VIRTIO_BALLOON_HINT_BLOCK_ORDER); in get_free_page_and_send()
653 VIRTIO_BALLOON_HINT_BLOCK_ORDER); in get_free_page_and_send()
666 free_pages((unsigned long)p, VIRTIO_BALLOON_HINT_BLOCK_ORDER); in get_free_page_and_send()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds