Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c227 goto close_fd; in test_cachestat_shmem()
233 goto close_fd; in test_cachestat_shmem()
241 goto close_fd; in test_cachestat_shmem()
251 close_fd: in test_cachestat_shmem()
/linux-6.15/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-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dpercpu_alloc.c88 goto close_fd; in test_cgrp_local_storage()
110 close_fd: in test_cgrp_local_storage()
H A Dcgrp_local_storage.c330 goto close_fd; in cgrp1_local_storage()
334 goto close_fd; in cgrp1_local_storage()
351 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.h137 static inline void close_fd(int *fd) in close_fd() function
143 #define __close_fd __attribute__((cleanup(close_fd)))
/linux-6.15/tools/bpf/bpftool/
H A Dperf.c51 goto close_fd; in has_perf_query_support()
59 close_fd: in has_perf_query_support()
/linux-6.15/tools/perf/tests/
H A Ddlfilter-test.c204 static void close_fd(int fd) in close_fd() function
218 close_fd(fd); in write_prog()
398 close_fd(td->fd); in test_data__free()
/linux-6.15/include/linux/
H A Dfdtable.h113 extern int close_fd(unsigned int fd);
/linux-6.15/fs/
H A Dfile.c696 int close_fd(unsigned fd) in close_fd() function
709 EXPORT_SYMBOL(close_fd);
1305 return close_fd(fd); in replace_fd()
/linux-6.15/tools/lib/bpf/
H A Dskel_internal.h84 return close_fd(fd); in close()
/linux-6.15/fs/autofs/
H A Ddev-ioctl.c298 return close_fd(param->ioctlfd); in autofs_dev_ioctl_closemount()
/linux-6.15/kernel/bpf/
H A Dsyscall.c6047 return close_fd(fd); in BPF_CALL_1()