Searched refs:reservation (Results 1 – 2 of 2) sorted by relevance
| /tools/libs/ctrl/ |
| A D | xc_domain.c | 891 struct xen_memory_reservation reservation = { in xc_domain_increase_reservation() local 905 set_xen_guest_handle(reservation.extent_start, extent_start); in xc_domain_increase_reservation() 907 err = xc_memory_op(xch, XENMEM_increase_reservation, &reservation, sizeof(reservation)); in xc_domain_increase_reservation() 949 struct xen_memory_reservation reservation = { in xc_domain_decrease_reservation() local 968 set_xen_guest_handle(reservation.extent_start, extent_start); in xc_domain_decrease_reservation() 970 err = xc_memory_op(xch, XENMEM_decrease_reservation, &reservation, sizeof(reservation)); in xc_domain_decrease_reservation() 1078 struct xen_memory_reservation reservation = { in xc_domain_claim_pages() local 1087 err = xc_memory_op(xch, XENMEM_claim_pages, &reservation, sizeof(reservation)); in xc_domain_claim_pages() 1103 struct xen_memory_reservation reservation = { in xc_domain_populate_physmap() local 1115 set_xen_guest_handle(reservation.extent_start, extent_start); in xc_domain_populate_physmap() [all …]
|
| /tools/ocaml/libs/xb/ |
| A D | xb.ml | 138 separate capacity reservation for replies and watch events:
|
Completed in 11 milliseconds