Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_bio.c148 #define BD_RUN_LOCKPTR(bd) (&(bd)->bd_run_lock) macro
149 #define BD_RUN_LOCK(bd) mtx_lock(BD_RUN_LOCKPTR((bd)))
150 #define BD_RUN_UNLOCK(bd) mtx_unlock(BD_RUN_LOCKPTR((bd)))
778 error = msleep(&bd->bd_shutdown, BD_RUN_LOCKPTR(bd), 0, in bufspace_daemon_shutdown()
865 msleep(&bd->bd_running, BD_RUN_LOCKPTR(bd), in bufspace_daemon()