fd1               853 drivers/net/gtp.c 		u32 fd1 = nla_get_u32(data[IFLA_GTP_FD1]);
fd1               855 drivers/net/gtp.c 		sk1u = gtp_encap_enable_socket(fd1, UDP_ENCAP_GTP1U, gtp);
fd1               970 drivers/net/wireless/ath/carl9170/phy.c 	u32 d0, d1, td0, td1, fd0, fd1;
fd1              1019 drivers/net/wireless/ath/carl9170/phy.c 	fd1 =	td1 << 5 | td0;
fd1              1024 drivers/net/wireless/ath/carl9170/phy.c 	carl9170_regwrite(0x1c58e8, fd1);
fd1               367 include/linux/audit.h extern void __audit_fd_pair(int fd1, int fd2);
fd1               387 include/linux/audit.h static inline void audit_fd_pair(int fd1, int fd2)
fd1               390 include/linux/audit.h 		__audit_fd_pair(fd1, fd2);
fd1               593 include/linux/audit.h static inline void audit_fd_pair(int fd1, int fd2)
fd1              2337 kernel/auditsc.c void __audit_fd_pair(int fd1, int fd2)
fd1              2340 kernel/auditsc.c 	context->fds[0] = fd1;
fd1              1530 net/socket.c   	int fd1, fd2, err;
fd1              1546 net/socket.c   	fd1 = get_unused_fd_flags(flags);
fd1              1547 net/socket.c   	if (unlikely(fd1 < 0))
fd1              1548 net/socket.c   		return fd1;
fd1              1552 net/socket.c   		put_unused_fd(fd1);
fd1              1556 net/socket.c   	err = put_user(fd1, &usockvec[0]);
fd1              1607 net/socket.c   	audit_fd_pair(fd1, fd2);
fd1              1609 net/socket.c   	fd_install(fd1, newfile1);
fd1              1615 net/socket.c   	put_unused_fd(fd1);
fd1                43 scripts/kconfig/confdata.c 	int fd1, fd2;
fd1                48 scripts/kconfig/confdata.c 	fd1 = open(file1, O_RDONLY);
fd1                49 scripts/kconfig/confdata.c 	if (fd1 < 0)
fd1                56 scripts/kconfig/confdata.c 	ret = fstat(fd1, &st1);
fd1                66 scripts/kconfig/confdata.c 	map1 = mmap(NULL, st1.st_size, PROT_READ, MAP_PRIVATE, fd1, 0);
fd1                81 scripts/kconfig/confdata.c 	close(fd1);
fd1                32 tools/perf/tests/bp_signal.c static int fd1;
fd1                72 tools/perf/tests/bp_signal.c 		ioctl(fd1, PERF_EVENT_IOC_DISABLE, 0);
fd1                93 tools/perf/tests/bp_signal.c 		ioctl(fd1, PERF_EVENT_IOC_DISABLE, 0);
fd1               233 tools/perf/tests/bp_signal.c 	fd1 = bp_event(__test_function, SIGIO);
fd1               237 tools/perf/tests/bp_signal.c 	ioctl(fd1, PERF_EVENT_IOC_ENABLE, 0);
fd1               247 tools/perf/tests/bp_signal.c 	ioctl(fd1, PERF_EVENT_IOC_DISABLE, 0);
fd1               251 tools/perf/tests/bp_signal.c 	count1 = bp_count(fd1);
fd1               255 tools/perf/tests/bp_signal.c 	close(fd1);
fd1                23 tools/testing/selftests/kcmp/kcmp_test.c static long sys_kcmp(int pid1, int pid2, int type, unsigned long fd1, unsigned long fd2)
fd1                25 tools/testing/selftests/kcmp/kcmp_test.c 	return syscall(__NR_kcmp, pid1, pid2, type, fd1, fd2);
fd1                37 tools/testing/selftests/kcmp/kcmp_test.c 	int fd1, fd2;
fd1                42 tools/testing/selftests/kcmp/kcmp_test.c 	fd1 = open(kpath, O_RDWR | O_CREAT | O_TRUNC, 0644);
fd1                45 tools/testing/selftests/kcmp/kcmp_test.c 	if (fd1 < 0) {
fd1               102 tools/testing/selftests/kcmp/kcmp_test.c 		       sys_kcmp(pid1, pid2, KCMP_FILE,		fd1, fd2),
fd1               114 tools/testing/selftests/kcmp/kcmp_test.c 		ret = sys_kcmp(pid1, pid2, KCMP_FILE, fd1, fd1);
fd1                89 tools/testing/selftests/net/reuseaddr_conflict.c 	int fd1, fd2;
fd1                96 tools/testing/selftests/net/reuseaddr_conflict.c 	fd1 = open_port(0, 1);
fd1                97 tools/testing/selftests/net/reuseaddr_conflict.c 	if (fd1 >= 0)
fd1               100 tools/testing/selftests/net/reuseaddr_conflict.c 	fd1 = open_port(1, 1);
fd1               101 tools/testing/selftests/net/reuseaddr_conflict.c 	if (fd1 < 0)
fd1               107 tools/testing/selftests/net/reuseaddr_conflict.c 	close(fd1);
fd1               109 tools/testing/selftests/net/reuseaddr_conflict.c 	fd1 = open_port(0, 1);
fd1               110 tools/testing/selftests/net/reuseaddr_conflict.c 	if (fd1 >= 0)
fd1               311 tools/testing/selftests/net/reuseport_bpf.c 	int fd1, fd2, opt;
fd1               314 tools/testing/selftests/net/reuseport_bpf.c 	fd1 = socket(p.recv_family, p.protocol, 0);
fd1               315 tools/testing/selftests/net/reuseport_bpf.c 	if (fd1 < 0)
fd1               322 tools/testing/selftests/net/reuseport_bpf.c 	if (setsockopt(fd1, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt)))
fd1               327 tools/testing/selftests/net/reuseport_bpf.c 	attach_ebpf(fd1, 10);
fd1               330 tools/testing/selftests/net/reuseport_bpf.c 	if (bind(fd1, addr, sockaddr_size()))
fd1               392 tools/testing/selftests/net/reuseport_bpf.c 	int fd1, fd2, opt = 1;
fd1               395 tools/testing/selftests/net/reuseport_bpf.c 	fd1 = socket(AF_INET, SOCK_DGRAM, 0);
fd1               396 tools/testing/selftests/net/reuseport_bpf.c 	if (fd1 < 0)
fd1               401 tools/testing/selftests/net/reuseport_bpf.c 	if (setsockopt(fd1, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt)))
fd1               406 tools/testing/selftests/net/reuseport_bpf.c 	attach_ebpf(fd1, 10);
fd1               409 tools/testing/selftests/net/reuseport_bpf.c 	close(fd1);
fd1                27 tools/testing/selftests/proc/fd-002-posix-eq.c 	int fd0, fd1, fd2;
fd1                36 tools/testing/selftests/proc/fd-002-posix-eq.c 	fd1 = open(buf, O_RDONLY);
fd1                37 tools/testing/selftests/proc/fd-002-posix-eq.c 	assert(fd1 >= 0);
fd1                45 tools/testing/selftests/proc/fd-002-posix-eq.c 	rv = fstat(fd1, &st1);
fd1               158 tools/testing/selftests/proc/proc-pid-vm.c 	int fd, fd1;
fd1               205 tools/testing/selftests/proc/proc-pid-vm.c 	fd1 = open(buf, O_RDONLY|O_CLOEXEC);
fd1               208 tools/testing/selftests/proc/proc-pid-vm.c 	return fd1;
fd1                68 tools/testing/selftests/sync/sync.c int sync_merge(const char *name, int fd1, int fd2)
fd1                77 tools/testing/selftests/sync/sync.c 	err = ioctl(fd1, SYNC_IOC_MERGE, &data);
fd1                36 tools/testing/selftests/sync/sync.h int sync_merge(const char *name, int fd1, int fd2);