Home
last modified time | relevance | path

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

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