Searched refs:bdlock (Results 1 – 1 of 1) sorted by relevance
338 static struct mtx_padalign __exclusive_cache_line bdlock; variable1009 mtx_lock(&bdlock); in bd_wakeup()1014 mtx_unlock(&bdlock); in bd_wakeup()1048 mtx_lock(&bdlock); in bd_speedup()1056 mtx_unlock(&bdlock); in bd_speedup()1225 mtx_init(&bdlock, "buffer daemon lock", NULL, MTX_DEF); in bufinit()3447 mtx_lock(&bdlock); in buf_daemon_shutdown()3450 error = msleep(&bd_shutdown, &bdlock, 0, "buf_daemon_shutdown", in buf_daemon_shutdown()3452 mtx_unlock(&bdlock); in buf_daemon_shutdown()3487 mtx_lock(&bdlock); in buf_daemon()[all …]