Home
last modified time | relevance | path

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

/netbsd-src/sys/rump/librump/rumpkern/
H A Dklock.c114 _kernel_unlock(int nlocks, int *countp) in _kernel_unlock() function
154 _kernel_unlock(nlocks, countp); in rump_user_unschedule()
/netbsd-src/sys/sys/
H A Dsystm.h727 void _kernel_unlock(int, int *);
742 #define KERNEL_UNLOCK(all, lwp, p) _kernel_unlock((all), (p))
/netbsd-src/sys/kern/
H A Dkern_lock.c330 _kernel_unlock(int nlocks, int *countp) in _kernel_unlock() function