Searched refs:KERNEL_UNLOCK (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | systm.h | 742 #define KERNEL_UNLOCK(all, lwp, p) _kernel_unlock((all), (p)) macro 746 #define KERNEL_UNLOCK(all, lwp, ptr) do {(void)(all); (void)(lwp); (void)(ptr);} while (0) /*NOP*/ macro 750 #define KERNEL_UNLOCK_LAST(l) KERNEL_UNLOCK(-1, (l), NULL) 751 #define KERNEL_UNLOCK_ALL(l, p) KERNEL_UNLOCK(0, (l), (p)) 752 #define KERNEL_UNLOCK_ONE(l) KERNEL_UNLOCK(1, (l), NULL)
|
/netbsd-src/sys/dev/pci/ |
H A D | if_mcx.c | 8566 KERNEL_UNLOCK(); in mcx_kstat_ppcnt_read() 8696 KERNEL_UNLOCK(); in mcx_kstat_mtmp_read() 8943 KERNEL_UNLOCK(); in mcx_kstat_queue_read()
|