Searched refs:close_fds (Results 1 - 5 of 5) sorted by path

/linux-master/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c167 goto close_fds;
171 goto close_fds;
176 goto close_fds;
181 close_fds:
H A Dtest_verifier.c1622 goto close_fds;
1628 goto close_fds;
1717 close_fds:
1729 goto close_fds;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c328 static void close_fds(int *fds, int n) function
414 close_fds((int *)servers, sizeof(servers) / sizeof(servers[0][0]));
415 close_fds((int *)conns, sizeof(conns) / sizeof(conns[0][0]));
H A Dmigrate_reuseport.c136 static void close_fds(__s64 fds[], int len) function
528 close_fds(test_case->clients, NR_CLIENTS);
536 close_fds(test_case->servers, NR_SERVERS);
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c98 static void close_fds(int *fd, int n) function
184 close_fds(fd, i);
193 close_fds(fd, i);
597 close_fds(fd1, nprocs);
612 close_fds(fd1, nprocs);
613 close_fds(fd2, nprocs);
641 close_fds(fd1, nprocs);
656 close_fds(fd1, nprocs);
657 close_fds(fd2, nprocs);
685 close_fds(fd
[all...]

Completed in 159 milliseconds