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

  /src/sys/rump/librump/rumpkern/
sleepq.c 69 KERNEL_UNLOCK_ALL(NULL, NULL);
scheduler.c 401 KERNEL_UNLOCK_ALL(l, &nlock);
516 KERNEL_UNLOCK_ALL(l, &nlocks);
lwproc.c 470 KERNEL_UNLOCK_ALL(NULL, &nlocks);
  /src/sys/nfs/
nfs_iod.c 227 KERNEL_UNLOCK_ALL(curlwp, &hold_count);
  /src/sys/kern/
kern_sleepq.c 245 KERNEL_UNLOCK_ALL(NULL, NULL);
kern_synch.c 294 KERNEL_UNLOCK_ALL(l, &nlocks);
319 KERNEL_UNLOCK_ALL(l, &nlocks);
kern_exit.c 215 KERNEL_UNLOCK_ALL(l, NULL);
  /src/sys/sys/
systm.h 751 #define KERNEL_UNLOCK_ALL(l, p) KERNEL_UNLOCK(0, (l), (p))
  /src/share/man/man9/
Makefile 139 KERNEL_LOCK.9 KERNEL_UNLOCK_ALL.9 \

Completed in 214 milliseconds