Searched refs:bln_mutex (Results 1 – 1 of 1) sorted by relevance
63 static kmutex_t bln_mutex; variable122 ASSERT(MUTEX_HELD(&bln_mutex)); in balloon_page_add()154 ASSERT(MUTEX_HELD(&bln_mutex)); in balloon_page_sub()384 ASSERT(MUTEX_HELD(&bln_mutex)); in balloon_inc_reservation()622 mutex_enter(&bln_mutex); in balloon_handler()639 mutex_exit(&bln_mutex); in balloon_handler()665 CALLB_CPR_INIT(&cprinfo, &bln_mutex, callb_generic_cpr, "balloon"); in balloon_worker_thread()669 mutex_enter(&bln_mutex); in balloon_worker_thread()676 (void) cv_reltimedwait(&bln_cv, &bln_mutex, in balloon_worker_thread()679 cv_wait(&bln_cv, &bln_mutex); in balloon_worker_thread()[all …]