Home
last modified time | relevance | path

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

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