Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dvfs_bio.c269 static struct mtx rbreqlock; variable
398 mtx_lock(&rbreqlock); in runningbufwakeup()
403 mtx_unlock(&rbreqlock); in runningbufwakeup()
458 mtx_lock(&rbreqlock); in waitrunningbufspace()
461 msleep(&runningbufreq, &rbreqlock, PVM, "wdrain", 0); in waitrunningbufspace()
463 mtx_unlock(&rbreqlock); in waitrunningbufspace()
665 mtx_init(&rbreqlock, "runningbufspace lock", NULL, MTX_DEF); in bufinit()