Searched refs:BD_RUN_LOCKPTR (Results 1 – 1 of 1) sorted by relevance
145 #define BD_RUN_LOCKPTR(bd) (&(bd)->bd_run_lock) macro146 #define BD_RUN_LOCK(bd) mtx_lock(BD_RUN_LOCKPTR((bd)))147 #define BD_RUN_UNLOCK(bd) mtx_unlock(BD_RUN_LOCKPTR((bd)))648 msleep(&bd->bd_running, BD_RUN_LOCKPTR(bd), PRIBIO|PDROP, in bufspace_daemon_wait()