Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_bio.c340 static struct mtx_padalign __exclusive_cache_line bdirtylock; variable
522 mtx_lock(&bdirtylock); in bdirtywakeup()
527 mtx_unlock(&bdirtylock); in bdirtywakeup()
540 mtx_lock(&bdirtylock); in bd_clear()
545 mtx_unlock(&bdirtylock); in bd_clear()
558 mtx_lock(&bdirtylock); in bd_set()
563 mtx_unlock(&bdirtylock); in bd_set()
1165 mtx_init(&bdirtylock, "dirty buf lock", NULL, MTX_DEF); in bufinit()
2582 mtx_lock(&bdirtylock); in bwillwrite()
2585 msleep(&bdirtywait, &bdirtylock, (PRIBIO + 4), in bwillwrite()
[all …]