Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/mm/
Dcompaction_test.c103 goto close_fd; in check_compaction()
109 goto close_fd; in check_compaction()
118 goto close_fd; in check_compaction()
125 goto close_fd; in check_compaction()
137 goto close_fd; in check_compaction()
148 goto close_fd; in check_compaction()
154 close_fd: in check_compaction()
/linux-6.6.21/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.6.21/tools/testing/selftests/cachestat/
Dtest_cachestat.c226 goto close_fd; in test_cachestat_shmem()
232 goto close_fd; in test_cachestat_shmem()
240 goto close_fd; in test_cachestat_shmem()
250 close_fd: in test_cachestat_shmem()
/linux-6.6.21/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.6.21/tools/bpf/bpftool/
Dperf.c51 goto close_fd; in has_perf_query_support()
59 close_fd: in has_perf_query_support()
/linux-6.6.21/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.6.21/tools/testing/selftests/bpf/prog_tests/
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()
/linux-6.6.21/drivers/hid/bpf/
Dhid_bpf_jmp_table.c287 close_fd(map_fd); in hid_bpf_release_progs()
346 close_fd(map_fd); in hid_bpf_insert_prog()
536 close_fd(skel->links.__name##_fd); \
Dhid_bpf_dispatch.c269 close_fd(fd); in do_hid_bpf_attach_prog()
/linux-6.6.21/include/linux/
Dfdtable.h126 extern int close_fd(unsigned int fd);
/linux-6.6.21/fs/
Dfile.c654 int close_fd(unsigned fd) in close_fd() function
667 EXPORT_SYMBOL(close_fd); /* for ksys_close() */
1155 return close_fd(fd); in replace_fd()
/linux-6.6.21/tools/lib/bpf/
Dskel_internal.h84 return close_fd(fd); in close()
/linux-6.6.21/fs/cachefiles/
Dondemand.c299 close_fd(((struct cachefiles_open *)msg->data)->fd); in cachefiles_ondemand_daemon_read()
/linux-6.6.21/fs/autofs/
Ddev-ioctl.c293 return close_fd(param->ioctlfd); in autofs_dev_ioctl_closemount()
/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/
Dkfd_chardev.c2002 close_fd(bo_buckets[bo_index].dmabuf_fd); in criu_checkpoint_bos()
2481 close_fd(bo_buckets[i].dmabuf_fd); in criu_restore_bos()
/linux-6.6.21/kernel/bpf/
Dsyscall.c5595 return close_fd(fd); in BPF_CALL_1()