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.c
/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.c343 goto close_fd; in cgrp1_local_storage()
347 goto close_fd; in cgrp1_local_storage()
364 close_fd:
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)))
H A Dsigned_loader.c1141 goto close_fd; in map_hash_multi_element()
1160 close_fd: in map_hash_multi_element()
/linux/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware.c206 goto close_fd; in main()
214 close_fd: in main()
/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.c207 static void close_fd(int fd) in close_fd()
221 close_fd(fd); in get_dlfilters_path()
406 close_fd(td->fd); in test_data__free()
203 static void close_fd(int fd) close_fd() function
/linux/tools/lib/bpf/
H A Dskel_internal.h90 return close_fd(fd); in close()
/linux/fs/autofs/
H A Ddev-ioctl.c280 return close_fd(param->ioctlfd); in autofs_dev_ioctl_closemount()
/linux/kernel/bpf/
H A Dsyscall.c6590 return close_fd(fd); in BPF_CALL_1()