Searched refs:close (Results 126 - 150 of 1662) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_rtt.c139 close(client_fd);
160 close(server_fd);
163 close(cgroup_fd);
H A Dtcp_custom_syncookie.c111 close(child);
113 close(client);
115 close(server);
H A Dsk_lookup.c131 close(fd);
138 close(fd);
218 close(fd);
239 close(fd);
327 goto close;
334 goto close;
338 close:
339 close(fd);
432 close(fd);
489 close(net_f
[all...]
H A Dskc_to_unix_sock.c52 close(sockfd);
H A Dbpf_iter_setsockopt.c72 close(est_fds[i]);
78 close(est_fds[i]);
174 close(iter_fd);
176 close(listen_fd);
/linux-master/arch/powerpc/boot/
H A Dserial.c79 if (scdp->close)
80 scdp->close();
143 console_ops.close = serial_close;
/linux-master/tools/testing/selftests/net/
H A Dsctp_hello.c69 close(csk);
133 close(csk);
134 close(lsk);
H A Dfin_ack_lat.c73 goto close;
80 close:
82 close(sock);
100 close(accepted);
H A Dreuseaddr_ports_exhausted.c74 close(fd);
97 close(fd[j]);
122 close(fd[j]);
158 close(fd[j]);
/linux-master/tools/perf/bench/
H A Dinject-buildid.c272 close(data->output_pipe[0]);
299 close(data->input_pipe[1]);
300 close(data->output_pipe[0]);
301 close(ready_pipe[0]);
304 close(data->input_pipe[0]);
306 close(data->output_pipe[1]);
327 close(ready_pipe[1]);
336 close(ready_pipe[1]);
337 close(data->input_pipe[0]);
338 close(dat
[all...]
/linux-master/include/xen/
H A Devents.h140 struct evtchn_close close; local
142 close.port = port;
143 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0)
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c98 close(fd);
185 close(ipc_sockets[0]);
193 close(ipc_sockets[1]);
199 close(ipc_sockets[1]);
201 close(ipc_sockets[0]);
214 close(ipc_sockets[0]);
222 close(ipc_sockets[1]);
228 close(ipc_sockets[1]);
230 close(ipc_sockets[0]);
272 close(proc_f
[all...]
/linux-master/samples/bpf/
H A Dsock_example.h30 close(sock);
H A Dtc_l2_redirect_user.c68 close(array_fd);
/linux-master/scripts/
H A Dstackdelta43 close($fh);
/linux-master/tools/testing/selftests/proc/
H A Dfd-001-lookup.c138 close(fd);
149 close(fd);
163 close(fd);
165 close(target_fd);
H A Dproc-fsconfig-hidepid.c47 assert(!close(fsfd));
/linux-master/tools/testing/selftests/tmpfs/
H A Dbug-link-o-tmpfile.c58 close(fd);
/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_host_driver.c46 .close = usbip_generic_driver_close,
/linux-master/include/sound/
H A Dseq_oss.h40 int (*close)(struct snd_seq_oss_arg *p); member in struct:snd_seq_oss_callback
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii.h14 * @close called when the driver is closed
20 void (*close)(struct emac_adapter *adpt); member in struct:sgmii_ops
/linux-master/arch/um/os-Linux/
H A Dtty.c58 close(fd);
/linux-master/sound/soc/sprd/
H A Dsprd-pcm-dma.h44 int (*close)(int str_id); member in struct:sprd_compr_ops
/linux-master/tools/testing/selftests/splice/
H A Dsplice_read.c55 close(fd);
/linux-master/sound/soc/pxa/
H A Dpxa2xx-pcm.c23 .close = pxa2xx_soc_pcm_close,

Completed in 210 milliseconds

1234567891011>>