Searched refs:seg_pasync_mtx (Results 1 – 1 of 1) sorted by relevance
140 static kmutex_t seg_pasync_mtx; /* protects async thread scheduling */ variable1400 mutex_init(&seg_pasync_mtx, NULL, MUTEX_DEFAULT, NULL); in seg_pinit()1536 CALLB_CPR_INIT(&cpr_info, &seg_pasync_mtx, in seg_pasync_thread()1543 mutex_enter(&seg_pasync_mtx); in seg_pasync_thread()1546 (void) cv_reltimedwait(&seg_pasync_cv, &seg_pasync_mtx, in seg_pasync_thread()1548 CALLB_CPR_SAFE_END(&cpr_info, &seg_pasync_mtx); in seg_pasync_thread()