Searched refs:close (Results 1 - 25 of 1662) sorted by relevance

1234567891011>>

/linux-master/tools/power/acpi/tools/pfrut/
H A Dpfrut.c233 close(fd_update);
234 close(fd_update_log);
243 close(fd_update);
244 close(fd_update_log);
252 close(fd_update);
253 close(fd_update_log);
304 close(fd_update);
305 close(fd_update_log);
314 close(fd_update);
315 close(fd_update_lo
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_v1v2.c39 close(fd);
57 close(server_fd);
60 close(client_fd);
61 close(server_fd);
69 close(cgroup_fd);
77 close(server_fd);
78 close(cgroup_fd);
H A Dsend_signal.c27 close(pipe_c2p[0]);
28 close(pipe_c2p[1]);
34 close(pipe_c2p[0]);
35 close(pipe_c2p[1]);
36 close(pipe_p2c[0]);
37 close(pipe_p2c[1]);
48 close(pipe_c2p[0]); /* close read */
49 close(pipe_p2c[1]); /* close writ
[all...]
H A Dcgroup_skb_sk_lookup.c42 close(serv_in_sk);
43 close(in_sk);
44 close(serv_sk);
71 close(cgfd);
90 close(out_sk);
H A Draw_tp_writable_reject_nbd_invalid.c39 close(tp_fd);
41 close(bpf_fd);
H A Dsetget_sockopt.c56 close(sfd);
59 close(sfd);
60 close(cfd);
81 close(sfd);
108 close(sfd);
133 close(fd);
140 close(cfd);
152 close(fd);
153 close(cfd);
154 close(sf
[all...]
H A Dudp_limit.c40 /* We can reopen again after close. */
41 close(fd1);
52 * - close fd1 - BPF_CGROUP_INET_SOCK_RELEASE
64 close(fd1);
66 close(fd2);
69 close(cgroup_fd);
H A Dtest_struct_ops_no_cfi.c23 close(fd);
H A Dsockmap_ktls.c74 close(cli);
76 close(srv);
107 goto close;
111 goto close;
115 goto close;
120 goto close;
125 goto close;
131 close:
132 close(s);
162 close(ma
[all...]
H A Dcgroup_attach_autodetach.c71 /* close programs and cgroup fd */
73 close(allow_prog[i]);
77 close(cg);
94 close(fd);
106 close(allow_prog[i]);
108 close(cg);
/linux-master/arch/um/drivers/
H A Dharddog_user.c25 close(data->stdin_fd);
26 close(data->stdout_fd);
27 close(data->close_me[0]);
28 close(data->close_me[1]);
70 close(out_fds[0]);
71 close(in_fds[1]);
98 close(in_fds[0]);
99 close(in_fds[1]);
101 close(out_fds[0]);
102 close(out_fd
[all...]
/linux-master/tools/usb/usbip/libsrc/
H A Dsysfs_utils.c25 close(fd);
29 close(fd);
/linux-master/tools/leds/
H A Duledmon.c46 close(fd);
54 close(fd);
61 close(fd);
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_signal.c82 close(read_pipe.read_fd);
83 close(write_pipe.write_fd);
87 close(read_pipe.write_fd);
88 close(write_pipe.read_fd);
95 close(read_pipe.read_fd);
96 close(write_pipe.write_fd);
/linux-master/tools/testing/selftests/efivarfs/
H A Dcreate-read.c35 close(fd);
39 close(fd);
H A Dopen-unlink.c27 close(fd);
39 close(fd);
58 close(fd);
62 close(fd);
101 close(fd);
/linux-master/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c182 close(efd);
183 close(sfd[0]);
184 close(sfd[1]);
213 close(efd);
214 close(sfd[0]);
215 close(sfd[1]);
249 close(efd);
250 close(sfd[0]);
251 close(sfd[1]);
252 close(sf
[all...]
/linux-master/samples/watchdog/
H A Dwatchdog-simple.c23 close(fd);
/linux-master/tools/power/cpupower/utils/helpers/
H A Dmsr.c39 close(fd);
42 close(fd);
68 close(fd);
71 close(fd);
/linux-master/tools/testing/selftests/net/
H A Dsk_bind_sendto_listen.c70 close(fd2);
71 close(fd1);
75 close(fd2);
78 close(fd1);
H A Dsk_connect_zero_addr.c53 close(fd2);
54 close(fd1);
58 close(fd2);
60 close(fd1);
/linux-master/tools/lib/subcmd/
H A Drun-command.c18 close(fd[0]);
19 close(fd[1]);
26 close(fd);
36 * In case of errors we must keep the promise to close FDs
44 close(cmd->out);
58 close(cmd->in);
70 close(cmd->in);
74 close(cmd->out);
90 close(cmd->in);
109 close(cm
[all...]
/linux-master/tools/perf/tests/
H A Devent_groups.c73 close(fd);
92 close(group_fd);
98 close(sibling_fd1);
99 close(group_fd);
103 close(sibling_fd2);
104 close(sibling_fd1);
105 close(group_fd);
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dkconfig.c36 close(orig_netns);
37 close(ns_a);
38 close(ns_b);
69 close(sk);
96 close(sk);
114 close(orig_netns);
115 close(ns_test);
/linux-master/tools/testing/selftests/mm/
H A Dmrelease_test.c71 close(pipefd[0]);
73 close(pipefd[1]);
112 close(pipefd[0]);
113 close(pipefd[1]);
127 close(pipefd[1]);
130 close(pipefd[0]);
171 close(pidfd);

Completed in 633 milliseconds

1234567891011>>