Home
last modified time | relevance | path

Searched refs:BD_RUN_LOCKPTR (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_bio.c145 #define BD_RUN_LOCKPTR(bd) (&(bd)->bd_run_lock) macro
146 #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()