Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_bio.c347 static struct mtx_padalign __exclusive_cache_line bdirtylock; variable
528 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()
1214 mtx_init(&bdirtylock, "dirty buf lock", NULL, MTX_DEF); in bufinit()
2654 mtx_lock(&bdirtylock); in bwillwrite()
2657 msleep(&bdirtywait, &bdirtylock, (PRIBIO + 4), in bwillwrite()
[all …]