Searched refs:close_fd (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/staging/greybus/Documentation/firmware/
H A Dauthenticate.c58 goto close_fd;
70 goto close_fd;
84 goto close_fd;
90 close_fd:
H A Dfirmware.c206 goto close_fd;
214 close_fd:
/linux-master/tools/testing/selftests/mm/
H A Dcompaction_test.c107 goto close_fd;
114 goto close_fd;
124 goto close_fd;
132 goto close_fd;
145 goto close_fd;
154 goto close_fd;
159 close_fd:
/linux-master/kernel/bpf/preload/
H A Dbpf_preload_kern.c64 close_fd(skel->links.dump_bpf_map_fd);
66 close_fd(skel->links.dump_bpf_prog_fd);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dpercpu_alloc.c88 goto close_fd;
110 close_fd:
H A Dcgrp_local_storage.c330 goto close_fd;
334 goto close_fd;
351 close_fd:
H A Dcgroup_getset_retval.c508 goto close_fd;
512 goto close_fd;
547 close_fd:
/linux-master/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c226 goto close_fd;
232 goto close_fd;
240 goto close_fd;
250 close_fd:
/linux-master/include/linux/
H A Dfdtable.h120 extern int close_fd(unsigned int fd);
/linux-master/tools/bpf/bpftool/
H A Dperf.c51 goto close_fd;
59 close_fd:
/linux-master/tools/perf/tests/
H A Ddlfilter-test.c204 static void close_fd(int fd) function
218 close_fd(fd);
398 close_fd(td->fd);
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c287 close_fd(map_fd);
346 close_fd(map_fd);
536 close_fd(skel->links.__name##_fd); \
H A Dhid_bpf_dispatch.c273 close_fd(fd);
/linux-master/tools/lib/bpf/
H A Dskel_internal.h84 return close_fd(fd);
/linux-master/fs/
H A Dfile.c661 int close_fd(unsigned fd) function
674 EXPORT_SYMBOL(close_fd); /* for ksys_close() */ variable
1137 * If another thread is concurrently calling close_fd() followed
1282 return close_fd(fd);
/linux-master/fs/autofs/
H A Ddev-ioctl.c293 return close_fd(param->ioctlfd);
/linux-master/fs/cachefiles/
H A Dondemand.c363 close_fd(((struct cachefiles_open *)msg->data)->fd);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c2002 close_fd(bo_buckets[bo_index].dmabuf_fd);
2481 close_fd(bo_buckets[i].dmabuf_fd);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c824 close_fd(fd);
/linux-master/kernel/bpf/
H A Dsyscall.c5873 return close_fd(fd);

Completed in 276 milliseconds