Home
last modified time | relevance | path

Searched refs:F_SETOWN (Results 1 – 4 of 4) sorted by relevance

/tools/include/uapi/asm-generic/
Dfcntl.h109 #ifndef F_SETOWN
110 #define F_SETOWN 8 /* for sockets. */ macro
/tools/perf/tests/
Dbp_signal_overflow.c105 fcntl(fd, F_SETOWN, getpid()); in test__bp_signal_overflow()
Dbp_signal.c133 fcntl(fd, F_SETOWN, getpid()); in __event()
/tools/perf/trace/beauty/
Dfcntl.c84 if (cmd == F_SETOWN) in syscall_arg__scnprintf_fcntl_arg()