gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:KERNEL_UNLOCK_ONE (0.02 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/systm.h - 18.1KB - 562 lines
537: #define KERNEL_UNLOCK_ALL(l, p)         KERNEL_UNLOCK(0, (l), (p))
538: #define KERNEL_UNLOCK_ONE(l)            KERNEL_UNLOCK(1, (l), NULL)
539: