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

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

Completed in 144 milliseconds