Searched refs:F_DUPFD_QUERY (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/core/ |
| A D | close_range_test.c | 25 #ifndef F_DUPFD_QUERY 26 #define F_DUPFD_QUERY (F_LINUX_SPECIFIC_BASE + 3) macro 62 ret = fcntl(open_fds[i], F_DUPFD_QUERY, open_fds[i + 1]); in TEST() 397 flags = fcntl(fd1, F_DUPFD_QUERY, fd2); in TEST() 428 flags = fcntl(fd1, F_DUPFD_QUERY, fd3); in TEST() 467 flags = fcntl(fd1, F_DUPFD_QUERY, fd3); in TEST() 478 flags = fcntl(fd1, F_DUPFD_QUERY, fd4); in TEST()
|
| /tools/perf/trace/beauty/include/uapi/linux/ |
| A D | fcntl.h | 17 #define F_DUPFD_QUERY (F_LINUX_SPECIFIC_BASE + 3) macro
|
Completed in 5 milliseconds