HomeSort by: relevance | last modified time | path
    Searched refs:KERNEL_UNLOCK (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
systm.h 742 #define KERNEL_UNLOCK(all, lwp, p) _kernel_unlock((all), (p))
746 #define KERNEL_UNLOCK(all, lwp, ptr) do {(void)(all); (void)(lwp); (void)(ptr);} while (0) /*NOP*/
750 #define KERNEL_UNLOCK_LAST(l) KERNEL_UNLOCK(-1, (l), NULL)
751 #define KERNEL_UNLOCK_ALL(l, p) KERNEL_UNLOCK(0, (l), (p))
752 #define KERNEL_UNLOCK_ONE(l) KERNEL_UNLOCK(1, (l), NULL)
  /src/sys/dev/pci/
if_mcx.c 8566 KERNEL_UNLOCK();
8696 KERNEL_UNLOCK();
8943 KERNEL_UNLOCK();

Completed in 18 milliseconds