test_fd           247 tools/testing/selftests/net/reuseport_addr_any.c 		int test_fd;
test_fd           249 tools/testing/selftests/net/reuseport_addr_any.c 		test_fd = socket(AF_INET, proto, 0);
test_fd           250 tools/testing/selftests/net/reuseport_addr_any.c 		if (test_fd < 0) {
test_fd           257 tools/testing/selftests/net/reuseport_addr_any.c 		close(test_fd);
test_fd           131 tools/testing/selftests/net/reuseport_dualstack.c 	int epfd, i, test_fd;
test_fd           148 tools/testing/selftests/net/reuseport_dualstack.c 	test_fd = receive_once(epfd, proto);
test_fd           150 tools/testing/selftests/net/reuseport_dualstack.c 	if (getsockopt(test_fd, SOL_SOCKET, SO_DOMAIN, &test_family, &len))
test_fd           975 tools/testing/selftests/x86/protection_keys.c 	int test_fd = open("/etc/passwd", O_RDONLY);
test_fd           976 tools/testing/selftests/x86/protection_keys.c 	__save_test_fd(test_fd);
test_fd           977 tools/testing/selftests/x86/protection_keys.c 	return test_fd;
test_fd          1041 tools/testing/selftests/x86/protection_keys.c 	int test_fd = get_test_read_fd();
test_fd          1046 tools/testing/selftests/x86/protection_keys.c 	ret = read(test_fd, ptr, 1);
test_fd          1053 tools/testing/selftests/x86/protection_keys.c 	int test_fd = get_test_read_fd();
test_fd          1056 tools/testing/selftests/x86/protection_keys.c 	ret = read(test_fd, ptr, 100);