Searched refs:bln_mutex (Results 1 – 1 of 1) sorted by relevance
64 static kmutex_t bln_mutex; variable124 ASSERT(MUTEX_HELD(&bln_mutex)); in balloon_page_add()156 ASSERT(MUTEX_HELD(&bln_mutex)); in balloon_page_sub()386 ASSERT(MUTEX_HELD(&bln_mutex)); in balloon_inc_reservation()624 mutex_enter(&bln_mutex); in balloon_handler()641 mutex_exit(&bln_mutex); in balloon_handler()667 CALLB_CPR_INIT(&cprinfo, &bln_mutex, callb_generic_cpr, "balloon"); in balloon_worker_thread()671 mutex_enter(&bln_mutex); in balloon_worker_thread()678 (void) cv_reltimedwait(&bln_cv, &bln_mutex, in balloon_worker_thread()681 cv_wait(&bln_cv, &bln_mutex); in balloon_worker_thread()[all …]