Home
last modified time | relevance | path

Searched refs:LOCK_NB (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/asm-generic/
Dfcntl.h179 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
/linux-4.1.27/fs/
Dlocks.c1907 can_sleep = !(cmd & LOCK_NB); in SYSCALL_DEFINE2()
1908 cmd &= ~LOCK_NB; in SYSCALL_DEFINE2()