Home
last modified time | relevance | path

Searched defs:KERNEL_UNLOCK (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/sys/
H A Dsystm.h740 #define KERNEL_UNLOCK(all, lwp, p) _kernel_unlock((all), (p)) macro
744 #define KERNEL_UNLOCK(all, lwp, ptr) do {(void)(all); (void)(lwp); (void)(ptr);} while (/* CONSTCON… macro