Home
last modified time | relevance | path

Searched refs:close_fd (Results 1 – 14 of 14) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dcompaction_test.c123 goto close_fd; in check_compaction()
131 goto close_fd; in check_compaction()
139 goto close_fd; in check_compaction()
149 goto close_fd; in check_compaction()
158 goto close_fd; in check_compaction()
163 close_fd: in check_compaction()
184 goto close_fd; in set_zero_hugepages()
193 goto close_fd; in set_zero_hugepages()
199 close_fd: in set_zero_hugepages()
/linux/drivers/staging/greybus/Documentation/firmware/
H A Dauthenticate.c58 goto close_fd; in main()
70 goto close_fd; in main()
84 goto close_fd; in main()
90 close_fd: in main()
H A Dfirmware.c206 goto close_fd; in main()
214 close_fd: in main()
/linux/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c249 goto close_fd; in run_cachestat_test()
256 goto close_fd; in run_cachestat_test()
266 goto close_fd; in run_cachestat_test()
274 goto close_fd; in run_cachestat_test()
281 goto close_fd; in run_cachestat_test()
291 close_fd: in run_cachestat_test()
/linux/kernel/bpf/preload/
H A Dbpf_preload_kern.c64 close_fd(skel->links.dump_bpf_map_fd); in load_skel()
66 close_fd(skel->links.dump_bpf_prog_fd); in load_skel()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dpercpu_alloc.c89 goto close_fd; in test_cgrp_local_storage()
111 close_fd: in test_cgrp_local_storage()
H A Dcgrp_local_storage.c332 goto close_fd; in cgrp1_local_storage()
336 goto close_fd; in cgrp1_local_storage()
353 close_fd: in cgrp1_local_storage()
H A Dcgroup_getset_retval.c508 goto close_fd; in test_cgroup_getset_retval()
512 goto close_fd; in test_cgroup_getset_retval()
547 close_fd: in test_cgroup_getset_retval()
H A Dsocket_helpers.h143 static inline void close_fd(int *fd) in close_fd() function
149 #define __close_fd __attribute__((cleanup(close_fd)))
/linux/tools/bpf/bpftool/
H A Dperf.c51 goto close_fd; in has_perf_query_support()
59 close_fd: in has_perf_query_support()
/linux/tools/perf/tests/
H A Ddlfilter-test.c203 static void close_fd(int fd) in close_fd() function
217 close_fd(fd); in write_prog()
402 close_fd(td->fd); in test_data__free()
/linux/fs/
H A Dfile.c734 int close_fd(unsigned fd) in close_fd() function
747 EXPORT_SYMBOL(close_fd);
1353 return close_fd(fd); in replace_fd()
/linux/fs/autofs/
H A Ddev-ioctl.c280 return close_fd(param->ioctlfd); in autofs_dev_ioctl_closemount()
/linux/kernel/bpf/
H A Dsyscall.c6447 return close_fd(fd); in BPF_CALL_1()