gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:KERNEL_LOCK (0.03 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/systm.h - 18.1KB - 562 lines
524: #if defined(MULTIPROCESSOR) || defined(_LKM)
525: #define KERNEL_LOCK(count, lwp)                 \
526: do {                                            \
531: #else 532: #define KERNEL_LOCK(count, lwp) do {(void)(count); (void)(lwp);} while (/* CONSTCOND */ 0) /*NOP*/ 533: #define KERNEL_UNLOCK(all, lwp, ptr) do {(void)(all); (void)(lwp); (void)(ptr);} while (/* CONSTCOND */ 0) /*NOP*/