Home
last modified time | relevance | path

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

/openbsd-src/sys/sys/
H A Dsystm.h415 void _kernel_unlock(void);
420 #define KERNEL_UNLOCK() _kernel_unlock()
/openbsd-src/sys/kern/
H A Dkern_lock.c68 _kernel_unlock(void) in _kernel_unlock() function