Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/vm/
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.1.9/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.1.9/kernel/bpf/preload/
Dbpf_preload_kern.c60 close_fd(skel->links.dump_bpf_map_fd); in load_skel()
62 close_fd(skel->links.dump_bpf_prog_fd); in load_skel()
/linux-6.1.9/tools/bpf/bpftool/
Dperf.c49 goto close_fd; in has_perf_query_support()
57 close_fd: in has_perf_query_support()
/linux-6.1.9/tools/perf/tests/
Ddlfilter-test.c199 static void close_fd(int fd) in close_fd() function
213 close_fd(fd); in write_prog()
393 close_fd(td->fd); in test_data__free()
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dcgroup_getset_retval.c488 goto close_fd; in test_cgroup_getset_retval()
492 goto close_fd; in test_cgroup_getset_retval()
527 close_fd: in test_cgroup_getset_retval()
/linux-6.1.9/include/linux/
Dfdtable.h126 extern int close_fd(unsigned int fd);
/linux-6.1.9/fs/
Dfile.c653 int close_fd(unsigned fd) in close_fd() function
666 EXPORT_SYMBOL(close_fd); /* for ksys_close() */
1138 return close_fd(fd); in replace_fd()
Dopen.c1439 int retval = close_fd(fd); in SYSCALL_DEFINE1()
/linux-6.1.9/tools/lib/bpf/
Dskel_internal.h84 return close_fd(fd); in close()
/linux-6.1.9/fs/cachefiles/
Dondemand.c299 close_fd(((struct cachefiles_open *)msg->data)->fd); in cachefiles_ondemand_daemon_read()
/linux-6.1.9/fs/autofs/
Ddev-ioctl.c293 return close_fd(param->ioctlfd); in autofs_dev_ioctl_closemount()
/linux-6.1.9/drivers/gpu/drm/amd/amdkfd/
Dkfd_chardev.c1902 close_fd(bo_buckets[bo_index].dmabuf_fd); in criu_checkpoint_bos()
2380 close_fd(bo_buckets[i].dmabuf_fd); in criu_restore_bos()
/linux-6.1.9/fs/notify/fanotify/
Dfanotify_user.c723 close_fd(pidfd); in copy_event_to_user()
/linux-6.1.9/kernel/bpf/
Dsyscall.c5172 return close_fd(fd); in BPF_CALL_1()