HomeSort by: relevance | last modified time | path
    Searched defs:reservation (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/xen/xen/
balloon.c 43 * will also refuse to decrease reservation below a certain threshold
52 * Modification of the reservation is signaled by writing inside the
59 * to decrease/increase domain's reservation accordingly.
139 size_t balloon_target; /* Target domain reservation size in pages. */
221 aprint_normal_dev(self, "current reservation: %"PRIu64" KiB\n",
224 aprint_normal_dev(self, "min reservation: %"PRIu64" KiB\n",
226 aprint_normal_dev(self, "max reservation: %"PRIu64" KiB\n",
267 * Returns maximum memory reservation available to current domain. In Xen
281 /* well, a maximum reservation of 0 is really bogus */
282 panic("%s failed, maximum reservation returned 0", __func__)
374 struct xen_memory_reservation reservation = { local in function:balloon_inflate
440 struct xen_memory_reservation reservation = { local in function:balloon_deflate
    [all...]

Completed in 86 milliseconds