Home
last modified time | relevance | path

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

/mirbsd/src/sys/kern/
Dkern_rwlock.c106 int wait_prio; in rw_enter_wait() local
124 wait_prio = PLOCK; in rw_enter_wait()
129 wait_prio = PLOCK - 4; in rw_enter_wait()
138 tsleep(rwl, wait_prio, "rwlock", 0); in rw_enter_wait()