Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/nx-gzip/include/
A Dnx_dbg.h34 flock(nx_gzip_log->_fileno, LOCK_EX); \
/linux/include/uapi/asm-generic/
A Dfcntl.h178 #define LOCK_EX 2 /* exclusive lock */ 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/util/
A Dbpf_counter.c357 err = flock(map_fd, LOCK_EX); in bperf_lock_attr_map()
/linux/tools/perf/
A Dbuiltin-daemon.c1130 return flock(fd, LOCK_EX | LOCK_NB); in lockf()
/linux/Documentation/arch/x86/
A Dresctrl.rst1205 A) Take flock(LOCK_EX) on /sys/fs/resctrl
1256 ret = flock(fd, LOCK_EX);
/linux/fs/
A Dlocks.c456 case LOCK_EX: in flock_translate_cmd()

Completed in 18 milliseconds