Home | History | Annotate | Download | only in kern

Lines Matching defs:wl_mtx

178 	kmutex_t wl_mtx;	/* u:	short-term lock */
554 mutex_init(&wl->wl_mtx, MUTEX_DEFAULT, IPL_NONE);
787 mutex_enter(&wl->wl_mtx);
789 if (bbusy(bp, 0, 0, &wl->wl_mtx) == 0) {
797 mutex_exit(&wl->wl_mtx);
800 mutex_enter(&wl->wl_mtx);
822 mutex_exit(&wl->wl_mtx);
891 mutex_destroy(&wl->wl_mtx);
1216 mutex_enter(&wl->wl_mtx);
1224 mutex_exit(&wl->wl_mtx);
1244 mutex_enter(&wl->wl_mtx);
1246 mutex_exit(&wl->wl_mtx);
1280 mutex_enter(&wl->wl_mtx);
1283 mutex_exit(&wl->wl_mtx);
1307 mutex_enter(&wl->wl_mtx);
1328 mutex_exit(&wl->wl_mtx);
1337 KASSERT(mutex_owned(&wl->wl_mtx));
1376 mutex_enter(&wl->wl_mtx);
1378 mutex_exit(&wl->wl_mtx);
1393 mutex_enter(&wl->wl_mtx);
1396 mutex_exit(&wl->wl_mtx);
1544 mutex_enter(&wl->wl_mtx);
1552 mutex_exit(&wl->wl_mtx);
1563 cv_wait(&wl->wl_reclaimable_cv, &wl->wl_mtx);
1585 mutex_exit(&wl->wl_mtx);
1605 mutex_enter(&wl->wl_mtx);
1608 mutex_exit(&wl->wl_mtx);
1672 mutex_enter(&wl->wl_mtx);
1677 mutex_exit(&wl->wl_mtx);
1694 mutex_enter(&wl->wl_mtx);
1739 mutex_exit(&wl->wl_mtx);
1780 mutex_enter(&wl->wl_mtx); /* XXX need mutex here to
1785 mutex_exit(&wl->wl_mtx);
1873 mutex_enter(&wl->wl_mtx);
1875 mutex_exit(&wl->wl_mtx);
1909 mutex_enter(&wl->wl_mtx);
1935 if (bbusy(bp, 0, 0, &wl->wl_mtx)) {
1943 mutex_exit(&wl->wl_mtx);
1947 mutex_enter(&wl->wl_mtx);
1949 mutex_exit(&wl->wl_mtx);
1983 mutex_enter(&wl->wl_mtx);
2023 mutex_exit(&wl->wl_mtx);
2194 mutex_enter(&wl->wl_mtx);
2218 mutex_exit(&wl->wl_mtx);
2224 mutex_enter(&wl->wl_mtx);
2231 mutex_exit(&wl->wl_mtx);
2246 || rw_lock_held(&wl->wl_rwlock) || mutex_owned(&wl->wl_mtx));
2249 mutex_enter(&wl->wl_mtx);
2255 mutex_exit(&wl->wl_mtx);
2301 KASSERT(mutex_owned(&wl->wl_mtx));
2319 mutex_enter(&wl->wl_mtx);
2328 mutex_exit(&wl->wl_mtx);
2330 mutex_exit(&wl->wl_mtx);
2340 mutex_enter(&wl->wl_mtx);
2348 mutex_exit(&wl->wl_mtx);
2352 mutex_exit(&wl->wl_mtx);