KERNEL_LOCK
#define KERNEL_LOCK(count, lwp) \
#define KERNEL_LOCK(count, lwp) do {(void)(count); (void)(lwp);} while (0) /*NOP*/