Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dvmw_balloon.c323 unsigned int batch_max_pages; member
1121 to_inflate_pages = min_t(unsigned long, b->batch_max_pages, in vmballoon_inflate()
1230 to_deflate_pages = min_t(unsigned long, b->batch_max_pages, in vmballoon_deflate()
1305 b->batch_max_pages = 1; in vmballoon_deinit_batching()
1327 b->batch_max_pages = PAGE_SIZE / sizeof(struct vmballoon_batch_entry); in vmballoon_init_batching()