Searched defs:KERNEL_UNLOCK (Results 1 – 1 of 1) sorted by relevance
742 #define KERNEL_UNLOCK(all, lwp, p) _kernel_unlock((all), (p)) macro746 #define KERNEL_UNLOCK(all, lwp, ptr) do {(void)(all); (void)(lwp); (void)(ptr);} while (0) /*NOP*/ macro