Home
last modified time | relevance | path

Searched refs:F_SETOWN (Results 1 – 5 of 5) 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()
/tools/testing/selftests/net/af_unix/
Dtest_unix_oob.c214 fcntl(pfd, F_SETOWN, getpid()); in main()