Searched refs:close (Results 76 - 100 of 1662) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_pinning.c107 ASSERT_OK(close(map_fd), "close_map_fd");
109 ASSERT_OK(close(map_fd2), "close_map_fd2");
111 ASSERT_OK(close(fs_fd), "close_fs_fd");
113 ASSERT_OK(close(mnt_fd), "close_mnt_fd");
160 close(pin_opts.path_fd);
179 ASSERT_OK(close(map_fd2), "close_map_fd2");
225 close(get_opts.path_fd);
240 ASSERT_OK(close(map_fd2), "close_map_fd2");
256 ASSERT_OK(close(map_fd), "close_map_fd");
H A Dflow_dissector_reattach.c140 close(link2);
143 close(link1);
165 close(link);
193 close(link);
216 close(link);
253 close(link);
279 close(link);
304 close(link);
329 close(link);
389 close(lin
[all...]
H A Dpe_preserve_elems.c26 close(pfd);
38 close(mfd);
H A Dfexit_sleep.c51 /* close progs and detach them. That will trigger two nop5->jmp5 rewrites
61 close(fexit_skel->progs.nanosleep_fentry.prog_fd);
62 close(fexit_skel->progs.nanosleep_fexit.prog_fd);
H A Dtest_bprm_opts.c28 close(task_fd);
43 close(null_fd);
H A Dfexit_stress.c54 close(link_fd[i]);
56 close(fexit_fd[i]);
H A Dsockopt_qos_to_cc.c67 close(sock_fd);
69 close(cg_fd);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py126 def close(self): member in class:FileExtractor
130 self.reader.close()
523 map_info.close()
528 man_map_info.close()
544 prog_info.close()
549 man_prog_info.close()
554 bashcomp_info.close()
567 bpf_info.close()
572 cgroup_info.close()
577 man_cgroup_info.close()
[all...]
/linux-master/tools/testing/selftests/thermal/intel/workload_hint/
H A Dworkload_hint_test.c46 close(fd);
84 close(fd);
106 close(fd);
155 close(fd);
/linux-master/tools/testing/selftests/mm/
H A Dhugepage-vmemmap.c61 close(fd);
79 close(fd);
93 close(fd);
99 close(fd);
/linux-master/tools/perf/util/
H A Dperf_api_probe.c42 close(fd);
52 close(fd);
153 close(fd);
184 close(fd);
H A Dcloexec.c51 close(fd);
71 close(fd);
/linux-master/tools/testing/vsock/
H A Dvsock_test.c62 close(fd);
104 close(fd);
134 close(fd);
148 close(fd);
161 /* Wait for the remote to close the connection, before check
169 close(fd);
182 /* Wait for the remote to close the connection, before check
190 close(fd);
204 close(fd);
233 close(fd
[all...]
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_test.c78 close(pidfd);
128 close(pidfd);
236 close(pidfd);
258 close(pipe_fds[1]);
260 close(pipe_fds[0]);
269 close(pipe_fds[0]);
271 close(pipe_fds[1]);
375 close(pidfd);
421 close(epoll_fd);
473 close(pidf
[all...]
/linux-master/io_uring/
H A Dopenclose.c202 struct io_close *close = io_kiocb_to_cmd(req, struct io_close); local
204 return __io_close_fixed(req->ctx, issue_flags, close->file_slot - 1);
209 struct io_close *close = io_kiocb_to_cmd(req, struct io_close); local
216 close->fd = READ_ONCE(sqe->fd);
217 close->file_slot = READ_ONCE(sqe->file_index);
218 if (close->file_slot && close->fd)
227 struct io_close *close = io_kiocb_to_cmd(req, struct io_close); local
231 if (close->file_slot) {
237 file = files_lookup_fd_locked(files, close
[all...]
/linux-master/tools/testing/selftests/memfd/
H A Dmemfd_test.c174 close(r);
582 close(fd2);
839 close(fd);
853 close(fd);
857 close(fd);
861 close(fd);
902 close(fd);
913 close(fd);
939 close(fd);
978 close(fd
[all...]
/linux-master/Documentation/usb/
H A Dusbdevfs-drop-permissions.c113 close(fd);
117 close(fd);
/linux-master/tools/testing/selftests/rtc/
H A Dsetdate.c60 close(fd);
75 close(fd);
/linux-master/tools/power/cpupower/utils/helpers/
H A Dsysfs.c29 close(fd);
34 close(fd);
76 close(fd);
80 close(fd);
140 close(fd);
145 close(fd);
175 close(fd);
179 close(fd);
/linux-master/arch/mips/vdso/
H A Dgenvdso.c125 close(fd);
134 close(fd);
144 close(fd);
156 close(fd);
168 close(fd);
176 close(fd);
182 close(fd);
187 close(fd);
/linux-master/tools/testing/selftests/net/
H A Dso_netns_cookie.c58 close(sock1);
59 close(sock2);
/linux-master/samples/bpf/
H A Dtest_cgrp2_array_pin.c102 close(array_fd);
104 close(cg2_fd);
/linux-master/tools/testing/selftests/wireguard/qemu/
H A Dinit.c71 close(fd);
118 close(fd);
124 close(fd);
200 close(fd);
227 close(fd);
243 close(fd);
256 close(fd);
263 close(fd);
/linux-master/tools/testing/selftests/cgroup/
H A Dwait_inotify.c52 close(fd);
85 close(fd);
/linux-master/tools/power/acpi/os_specific/service_layers/
H A Dosunixmap.c87 close(fd);
91 close(fd);

Completed in 190 milliseconds

1234567891011>>