Home
last modified time | relevance | path

Searched refs:F_TLOCK (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-daemon.c1120 #ifndef F_TLOCK
1121 #define F_TLOCK 2 macro
1125 if (cmd != F_TLOCK || len != 0) in lockf()
1153 if (lockf(fd, F_TLOCK, 0) < 0) { in check_lock()
/linux/tools/power/x86/intel-speed-select/
H A Disst-daemon.c210 if (lockf(pid_file_handle, F_TLOCK, 0) == -1) {