Home
last modified time | relevance | path

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

/drivers/xen/
Dmem-reservation.c109 int xenmem_reservation_decrease(int count, xen_pfn_t *frames) in xenmem_reservation_decrease() function
122 EXPORT_SYMBOL_GPL(xenmem_reservation_decrease);
Dballoon.c502 ret = xenmem_reservation_decrease(nr_pages, frame_list); in decrease_reservation()
Dgrant-table.c882 ret = xenmem_reservation_decrease(args->nr_pages, args->frames); in gnttab_dma_alloc_pages()