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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/virtio/
H A Dvirtio_balloon.c50 /* The array of pfns we tell the Host about. */
52 u32 pfns[256]; member in struct:virtio_balloon
87 sg_init_one(&sg, vb->pfns, sizeof(vb->pfns[0]) * vb->num_pfns);
103 num = min(num, ARRAY_SIZE(vb->pfns));
117 vb->pfns[vb->num_pfns] = page_to_balloon_pfn(page);
130 static void release_pages_by_pfn(const u32 pfns[], unsigned int num) argument
135 __free_page(pfn_to_page(pfns[i]));
145 num = min(num, ARRAY_SIZE(vb->pfns));
150 vb->pfns[v
[all...]

Completed in 63 milliseconds