Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds