Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/asm-generic/
Dfcntl.h180 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Dfcntl.h179 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
/Linux-v5.4/fs/
Dlocks.c2199 can_sleep = !(cmd & LOCK_NB); in SYSCALL_DEFINE2()
2200 cmd &= ~LOCK_NB; in SYSCALL_DEFINE2()