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

  /src/sys/arch/xen/xen/
balloon.c 67 * now. See balloon_deflate() for more details.
107 * and balloon/hypervisor, during balloon_inflate() / balloon_deflate(). These
157 static size_t balloon_deflate(struct balloon_xenbus_softc*, size_t);
433 balloon_deflate(struct balloon_xenbus_softc *sc, size_t tpages) function in typeref:typename:size_t
587 ret = balloon_deflate(sc, diff);
balloon.c 67 * now. See balloon_deflate() for more details.
107 * and balloon/hypervisor, during balloon_inflate() / balloon_deflate(). These
157 static size_t balloon_deflate(struct balloon_xenbus_softc*, size_t);
433 balloon_deflate(struct balloon_xenbus_softc *sc, size_t tpages) function in typeref:typename:size_t
587 ret = balloon_deflate(sc, diff);

Completed in 23 milliseconds