Searched refs:balloon_mutex (Results 1 – 1 of 1) sorted by relevance
54 struct mtx balloon_mutex; variable159 mtx_assert(&balloon_mutex, MA_OWNED); in increase_reservation()220 mtx_assert(&balloon_mutex, MA_OWNED); in decrease_reservation()266 mtx_lock(&balloon_mutex); in balloon_process()285 msleep(balloon_process, &balloon_mutex, 0, "balloon", in balloon_process()288 mtx_unlock(&balloon_mutex); in balloon_process()374 mtx_init(&balloon_mutex, "balloon_mutex", NULL, MTX_DEF); in xenballoon_attach()