Searched refs:bdlock (Results 1 – 1 of 1) sorted by relevance
338 static struct mtx_padalign __exclusive_cache_line bdlock; variable1010 mtx_lock(&bdlock); in bd_wakeup()1015 mtx_unlock(&bdlock); in bd_wakeup()1049 mtx_lock(&bdlock); in bd_speedup()1057 mtx_unlock(&bdlock); in bd_speedup()1226 mtx_init(&bdlock, "buffer daemon lock", NULL, MTX_DEF); in bufinit()3450 mtx_lock(&bdlock); in buf_daemon_shutdown()3453 error = msleep(&bd_shutdown, &bdlock, 0, "buf_daemon_shutdown", in buf_daemon_shutdown()3455 mtx_unlock(&bdlock); in buf_daemon_shutdown()3490 mtx_lock(&bdlock); in buf_daemon()[all …]