Home
last modified time | relevance | path

Searched refs:close_fd (Results 1 – 18 of 18) 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.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.h138 static inline void close_fd(int *fd) in close_fd() function
144 #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.c204 static void close_fd(int fd) in close_fd() function
218 close_fd(fd); in write_prog()
403 close_fd(td->fd); in test_data__free()
/linux/include/linux/
H A Dfdtable.h113 extern int close_fd(unsigned int fd);
/linux/drivers/android/binder/
H A Ddeferred_close.rs62 pub(crate) fn close_fd(self, fd: u32) -> Result<(), DeferredFdCloseError> { in close_fd() method
H A Dallocation.rs275 let _ = closer.close_fd(fd); in drop()
/linux/fs/
H A Dfile.c711 int close_fd(unsigned fd) in close_fd() function
724 EXPORT_SYMBOL(close_fd);
1324 return close_fd(fd); in replace_fd()
/linux/tools/lib/bpf/
H A Dskel_internal.h94 return close_fd(fd); in close()
/linux/fs/autofs/
H A Ddev-ioctl.c298 return close_fd(param->ioctlfd); in autofs_dev_ioctl_closemount()
/linux/kernel/bpf/
H A Dsyscall.c6365 return close_fd(fd); in BPF_CALL_1()