Home
last modified time | relevance | path

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

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