Searched refs:bdirtylock (Results 1 – 1 of 1) sorted by relevance
347 static struct mtx_padalign __exclusive_cache_line bdirtylock; variable528 mtx_lock(&bdirtylock); in bdirtywakeup()533 mtx_unlock(&bdirtylock); in bdirtywakeup()546 mtx_lock(&bdirtylock); in bd_clear()551 mtx_unlock(&bdirtylock); in bd_clear()564 mtx_lock(&bdirtylock); in bd_set()569 mtx_unlock(&bdirtylock); in bd_set()1224 mtx_init(&bdirtylock, "dirty buf lock", NULL, MTX_DEF); in bufinit()2659 mtx_lock(&bdirtylock); in bwillwrite()2662 msleep(&bdirtywait, &bdirtylock, (PRIBIO + 4), in bwillwrite()[all …]