Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDvfs_bio.c345 static struct mtx_padalign __exclusive_cache_line bdirtylock; variable
526 mtx_lock(&bdirtylock); in bdirtywakeup()
531 mtx_unlock(&bdirtylock); in bdirtywakeup()
544 mtx_lock(&bdirtylock); in bd_clear()
549 mtx_unlock(&bdirtylock); in bd_clear()
562 mtx_lock(&bdirtylock); in bd_set()
567 mtx_unlock(&bdirtylock); in bd_set()
1222 mtx_init(&bdirtylock, "dirty buf lock", NULL, MTX_DEF); in bufinit()
2653 mtx_lock(&bdirtylock); in bwillwrite()
2656 msleep(&bdirtywait, &bdirtylock, (PRIBIO + 4), in bwillwrite()
[all …]