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

  /src/sys/arch/xen/xen/
balloon.c 137 kmutex_t balloon_mtx; /* Protects condvar, target and res_min (below) */ member in struct:balloon_xenbus_softc
203 mutex_init(&sc->balloon_mtx, MUTEX_DEFAULT, IPL_NONE);
261 mutex_destroy(&sc->balloon_mtx);
575 mutex_enter(&sc->balloon_mtx);
584 mutex_exit(&sc->balloon_mtx);
603 mutex_enter(&sc->balloon_mtx);
605 mutex_exit(&sc->balloon_mtx);
609 cv_wait(&sc->balloon_cv, &sc->balloon_mtx);
610 mutex_exit(&sc->balloon_mtx);
633 mutex_enter(&balloon_sc->balloon_mtx);
    [all...]
balloon.c 137 kmutex_t balloon_mtx; /* Protects condvar, target and res_min (below) */ member in struct:balloon_xenbus_softc
203 mutex_init(&sc->balloon_mtx, MUTEX_DEFAULT, IPL_NONE);
261 mutex_destroy(&sc->balloon_mtx);
575 mutex_enter(&sc->balloon_mtx);
584 mutex_exit(&sc->balloon_mtx);
603 mutex_enter(&sc->balloon_mtx);
605 mutex_exit(&sc->balloon_mtx);
609 cv_wait(&sc->balloon_cv, &sc->balloon_mtx);
610 mutex_exit(&sc->balloon_mtx);
633 mutex_enter(&balloon_sc->balloon_mtx);
    [all...]

Completed in 131 milliseconds