Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_bio.c349 static struct mtx_padalign __exclusive_cache_line bdirtylock; variable
530 mtx_lock(&bdirtylock); in bdirtywakeup()
535 mtx_unlock(&bdirtylock); in bdirtywakeup()
548 mtx_lock(&bdirtylock); in bd_clear()
553 mtx_unlock(&bdirtylock); in bd_clear()
566 mtx_lock(&bdirtylock); in bd_set()
571 mtx_unlock(&bdirtylock); in bd_set()
1227 mtx_init(&bdirtylock, "dirty buf lock", NULL, MTX_DEF); in bufinit()
2665 mtx_lock(&bdirtylock); in bwillwrite()
2668 msleep(&bdirtywait, &bdirtylock, PVFS, "flswai", 0); in bwillwrite()
[all …]