Home
last modified time | relevance | path

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

/linux-5.19.10/tools/include/uapi/asm-generic/
Dfcntl.h180 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
/linux-5.19.10/include/uapi/asm-generic/
Dfcntl.h180 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
/linux-5.19.10/tools/power/x86/intel-speed-select/
Disst-daemon.c200 if (flock(pid_file_handle, LOCK_EX|LOCK_NB) < 0) {
/linux-5.19.10/fs/
Dlocks.c2109 can_sleep = !(cmd & LOCK_NB); in SYSCALL_DEFINE2()
2110 cmd &= ~LOCK_NB; in SYSCALL_DEFINE2()
/linux-5.19.10/tools/perf/
Dbuiltin-daemon.c1129 return flock(fd, LOCK_EX | LOCK_NB); in lockf()