Searched refs:LOCK_EX (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx_dbg.h34 flock(nx_gzip_log->_fileno, LOCK_EX); \
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h178 #define LOCK_EX 2 /* exclusive lock */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h178 #define LOCK_EX 2 /* exclusive lock */ 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/tools/perf/util/
H A Dbpf_counter.c357 err = flock(map_fd, LOCK_EX);
/linux-master/tools/perf/
H A Dbuiltin-daemon.c1129 return flock(fd, LOCK_EX | LOCK_NB);
/linux-master/fs/
H A Dlocks.c456 case LOCK_EX:
2125 * - %LOCK_EX -- an exclusive lock.

Completed in 166 milliseconds