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

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

Completed in 139 milliseconds