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

  /src/sys/arch/xen/xen/
balloon.c 133 struct balloon_xenbus_softc { struct
157 static size_t balloon_deflate(struct balloon_xenbus_softc*, size_t);
158 static size_t balloon_inflate(struct balloon_xenbus_softc*, size_t);
160 static void sysctl_kern_xen_balloon_setup(struct balloon_xenbus_softc *);
167 CFATTACH_DECL_NEW(balloon, sizeof(struct balloon_xenbus_softc),
175 static struct balloon_xenbus_softc *balloon_sc;
197 struct balloon_xenbus_softc *sc = balloon_sc = device_private(self);
367 balloon_inflate(struct balloon_xenbus_softc *sc, size_t tpages)
433 balloon_deflate(struct balloon_xenbus_softc *sc, size_t tpages)
565 struct balloon_xenbus_softc *sc = cookie
    [all...]
balloon.c 133 struct balloon_xenbus_softc { struct
157 static size_t balloon_deflate(struct balloon_xenbus_softc*, size_t);
158 static size_t balloon_inflate(struct balloon_xenbus_softc*, size_t);
160 static void sysctl_kern_xen_balloon_setup(struct balloon_xenbus_softc *);
167 CFATTACH_DECL_NEW(balloon, sizeof(struct balloon_xenbus_softc),
175 static struct balloon_xenbus_softc *balloon_sc;
197 struct balloon_xenbus_softc *sc = balloon_sc = device_private(self);
367 balloon_inflate(struct balloon_xenbus_softc *sc, size_t tpages)
433 balloon_deflate(struct balloon_xenbus_softc *sc, size_t tpages)
565 struct balloon_xenbus_softc *sc = cookie
    [all...]
balloon.c 133 struct balloon_xenbus_softc { struct
157 static size_t balloon_deflate(struct balloon_xenbus_softc*, size_t);
158 static size_t balloon_inflate(struct balloon_xenbus_softc*, size_t);
160 static void sysctl_kern_xen_balloon_setup(struct balloon_xenbus_softc *);
167 CFATTACH_DECL_NEW(balloon, sizeof(struct balloon_xenbus_softc),
175 static struct balloon_xenbus_softc *balloon_sc;
197 struct balloon_xenbus_softc *sc = balloon_sc = device_private(self);
367 balloon_inflate(struct balloon_xenbus_softc *sc, size_t tpages)
433 balloon_deflate(struct balloon_xenbus_softc *sc, size_t tpages)
565 struct balloon_xenbus_softc *sc = cookie
    [all...]

Completed in 32 milliseconds