Searched refs:bdlock (Results 1 – 1 of 1) sorted by relevance
336 static struct mtx_padalign __exclusive_cache_line bdlock; variable1007 mtx_lock(&bdlock); in bd_wakeup()1012 mtx_unlock(&bdlock); in bd_wakeup()1046 mtx_lock(&bdlock); in bd_speedup()1054 mtx_unlock(&bdlock); in bd_speedup()1223 mtx_init(&bdlock, "buffer daemon lock", NULL, MTX_DEF); in bufinit()3446 mtx_lock(&bdlock); in buf_daemon_shutdown()3449 error = msleep(&bd_shutdown, &bdlock, 0, "buf_daemon_shutdown", in buf_daemon_shutdown()3451 mtx_unlock(&bdlock); in buf_daemon_shutdown()3486 mtx_lock(&bdlock); in buf_daemon()[all …]