Home
last modified time | relevance | path

Searched refs:LOCK_NB (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dfcntl.h179 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dfcntl.h180 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dfcntl.h179 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Dfcntl.h179 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dfcntl.h124 #define LOCK_NB 4 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dfcntl.h138 #define LOCK_NB 4 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dfcntl.h138 #define LOCK_NB 4 macro
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H A Disst-daemon.c211 if (flock(pid_file_handle, LOCK_EX|LOCK_NB) < 0) {
/kernel/linux/linux-5.10/fs/
H A Dlocks.c2230 can_sleep = !(cmd & LOCK_NB); in SYSCALL_DEFINE2()
2231 cmd &= ~LOCK_NB; in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/fs/
H A Dlocks.c2088 type = flock_translate_cmd(cmd & ~LOCK_NB); in SYSCALL_DEFINE2()
2106 can_sleep = !(cmd & LOCK_NB); in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-daemon.c1129 return flock(fd, LOCK_EX | LOCK_NB); in lockf()

Completed in 13 milliseconds