Searched refs:LOCK_NB (Results 1 – 3 of 3) sorted by relevance
180 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
179 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
2199 can_sleep = !(cmd & LOCK_NB); in SYSCALL_DEFINE2()2200 cmd &= ~LOCK_NB; in SYSCALL_DEFINE2()