Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_bio.c342 static struct mtx_padalign __exclusive_cache_line rbreqlock; variable
418 mtx_lock(&rbreqlock); in sysctl_runningspace()
432 mtx_unlock(&rbreqlock); in sysctl_runningspace()
908 mtx_lock(&rbreqlock); in runningwakeup()
913 mtx_unlock(&rbreqlock); in runningwakeup()
960 mtx_lock(&rbreqlock); in waitrunningbufspace()
963 msleep(&runningbufreq, &rbreqlock, PVM, "wdrain", 0); in waitrunningbufspace()
965 mtx_unlock(&rbreqlock); in waitrunningbufspace()
1212 mtx_init(&rbreqlock, "runningbufspace lock", NULL, MTX_DEF); in bufinit()