batch_max_pages   324 drivers/misc/vmw_balloon.c 	unsigned int batch_max_pages;
batch_max_pages  1127 drivers/misc/vmw_balloon.c 		to_inflate_pages = min_t(unsigned long, b->batch_max_pages,
batch_max_pages  1236 drivers/misc/vmw_balloon.c 		to_deflate_pages = min_t(unsigned long, b->batch_max_pages,
batch_max_pages  1311 drivers/misc/vmw_balloon.c 	b->batch_max_pages = 1;
batch_max_pages  1333 drivers/misc/vmw_balloon.c 	b->batch_max_pages = PAGE_SIZE / sizeof(struct vmballoon_batch_entry);