Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/mm/
Dcompaction_test.c114 goto close_fd; in check_compaction()
122 goto close_fd; in check_compaction()
130 goto close_fd; in check_compaction()
140 goto close_fd; in check_compaction()
149 goto close_fd; in check_compaction()
154 close_fd: in check_compaction()
175 goto close_fd; in set_zero_hugepages()
184 goto close_fd; in set_zero_hugepages()
190 close_fd: in set_zero_hugepages()
/linux-6.12.1/drivers/staging/greybus/Documentation/firmware/
Dauthenticate.c58 goto close_fd; in main()
70 goto close_fd; in main()
84 goto close_fd; in main()
90 close_fd: in main()
Dfirmware.c206 goto close_fd; in main()
214 close_fd: in main()
/linux-6.12.1/tools/testing/selftests/cachestat/
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.12.1/kernel/bpf/preload/
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.12.1/tools/testing/selftests/bpf/prog_tests/
Dpercpu_alloc.c88 goto close_fd; in test_cgrp_local_storage()
110 close_fd: in test_cgrp_local_storage()
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()
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()
Dsockmap_helpers.h196 static inline void close_fd(int *fd) in close_fd() function
202 #define __close_fd __attribute__((cleanup(close_fd)))
/linux-6.12.1/tools/bpf/bpftool/
Dperf.c51 goto close_fd; in has_perf_query_support()
59 close_fd: in has_perf_query_support()
/linux-6.12.1/tools/perf/tests/
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.12.1/include/linux/
Dfdtable.h117 extern int close_fd(unsigned int fd);
/linux-6.12.1/fs/
Dfile.c647 int close_fd(unsigned fd) in close_fd() function
660 EXPORT_SYMBOL(close_fd);
1249 return close_fd(fd); in replace_fd()
/linux-6.12.1/tools/lib/bpf/
Dskel_internal.h84 return close_fd(fd); in close()
/linux-6.12.1/fs/autofs/
Ddev-ioctl.c298 return close_fd(param->ioctlfd); in autofs_dev_ioctl_closemount()
/linux-6.12.1/kernel/bpf/
Dsyscall.c5866 return close_fd(fd); in BPF_CALL_1()