Home
last modified time | relevance | path

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

/minix3/sys/sys/
H A Dsleepq.h130 KERNEL_UNLOCK_ALL(NULL, &l->l_biglocks); in sleepq_enter()
H A Dsystm.h522 #define KERNEL_UNLOCK_ALL(l, p) KERNEL_UNLOCK(0, (l), (p)) macro