Home
last modified time | relevance | path

Searched refs:KERNEL_UNLOCK (Results 1 – 2 of 2) 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
748 #define KERNEL_UNLOCK_LAST(l) KERNEL_UNLOCK(-1, (l), NULL)
749 #define KERNEL_UNLOCK_ALL(l, p) KERNEL_UNLOCK(0, (l), (p))
750 #define KERNEL_UNLOCK_ONE(l) KERNEL_UNLOCK(1, (l), NULL)
/netbsd/sys/dev/pci/
H A Dif_mcx.c8565 KERNEL_UNLOCK(); in mcx_kstat_ppcnt_read()
8695 KERNEL_UNLOCK(); in mcx_kstat_mtmp_read()
8942 KERNEL_UNLOCK(); in mcx_kstat_queue_read()