Home
last modified time | relevance | path

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

/linux-5.15/tools/include/uapi/asm-generic/ !
A Dfcntl.h179 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
/linux-5.15/include/uapi/asm-generic/ !
A Dfcntl.h180 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
/linux-5.15/fs/ !
H A Dlocks.c2136 can_sleep = !(cmd & LOCK_NB); in SYSCALL_DEFINE2()
2137 cmd &= ~LOCK_NB; in SYSCALL_DEFINE2()
/linux-5.15/tools/perf/ !
A Dbuiltin-daemon.c1131 return flock(fd, LOCK_EX | LOCK_NB); in lockf()