Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_bio.c335 static struct mtx_padalign __exclusive_cache_line rbreqlock; variable
412 mtx_lock(&rbreqlock); in sysctl_runningspace()
426 mtx_unlock(&rbreqlock); in sysctl_runningspace()
889 mtx_lock(&rbreqlock); in runningwakeup()
894 mtx_unlock(&rbreqlock); in runningwakeup()
941 mtx_lock(&rbreqlock); in waitrunningbufspace()
944 msleep(&runningbufreq, &rbreqlock, PVM, "wdrain", 0); in waitrunningbufspace()
946 mtx_unlock(&rbreqlock); in waitrunningbufspace()
1163 mtx_init(&rbreqlock, "runningbufspace lock", NULL, MTX_DEF); in bufinit()