Searched refs:PNORELOCK (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/sys/uvm/ |
| D | uvm.h | 162 (void) ltsleep(event, PVM | PNORELOCK | (intr ? PCATCH : 0), \
|
| /mirbsd/src/sys/sys/ |
| D | param.h | 125 #define PNORELOCK 0x200 /* OR'd with pri for ltsleep to not relock macro
|
| /mirbsd/src/sys/kern/ |
| D | kern_synch.c | 354 int relock = (priority & PNORELOCK) == 0;
|
| D | vfs_subr.c | 681 ltsleep(vp, PINOD | PNORELOCK, "vget", 0, &vp->v_interlock); 1162 ltsleep(vp, PINOD | PNORELOCK, "vgone", 0, &vp->v_interlock);
|