| /OK3568_Linux_fs/kernel/drivers/rknpu/ |
| H A D | rknpu_fence.c | 77 fd_install(fence_fd, sync_file->file); in rknpu_fence_get_fd()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | file.c | 664 void fd_install(unsigned int fd, struct file *file) in fd_install() function 669 EXPORT_SYMBOL(fd_install); 1169 fd_install(new_fd, get_file(file)); in __receive_fd() 1243 fd_install(ret, file); in SYSCALL_DEFINE1() 1258 fd_install(err, file); in f_dupfd()
|
| H A D | anon_inodes.c | 171 fd_install(fd, file); in __anon_inode_getfd()
|
| H A D | pipe.c | 994 fd_install(fd[0], files[0]); in do_pipe_flags() 995 fd_install(fd[1], files[1]); in do_pipe_flags() 1019 fd_install(fd[0], files[0]); in do_pipe2() 1020 fd_install(fd[1], files[1]); in do_pipe2()
|
| H A D | fhandle.c | 239 fd_install(fd, file); in do_handle_open()
|
| H A D | nsfs.c | 182 fd_install(fd, f); in open_related_ns()
|
| H A D | init.c | 263 fd_install(fd, get_file(file)); in init_dup()
|
| H A D | eventfd.c | 446 fd_install(fd, file); in do_eventfd()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/ |
| H A D | rve_fence.c | 78 fd_install(fence_fd, sync_file->file); in rve_out_fence_get_fd()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga_fence.c | 92 fd_install(fence_fd, sync_file->file); in rga_dma_fence_get_fd()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | file.h | 93 extern void fd_install(unsigned int fd, struct file *file);
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memfd.c | 336 fd_install(fd, file); in SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_sync_file.c | 95 fd_install(fd, sync_file->file); in kbase_sync_fence_out_create()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A D | inode.c | 295 fd_install(ret, filp); in spufs_context_open() 518 fd_install(ret, filp); in spufs_gang_open()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_sync_file.c | 99 fd_install(fd, sync_file->file); in kbase_sync_fence_out_create()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | sync_file.rst | 61 fd_install(fd, sync_file->file);
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | sw_sync.c | 366 fd_install(fd, sync_file->file); in sw_sync_ioctl_create_fence()
|
| H A D | sync_file.c | 364 fd_install(fd, fence3->file); in sync_file_ioctl_merge()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_syncobj.c | 608 fd_install(fd, file); in drm_syncobj_get_fd() 709 fd_install(fd, sync_file->file); in drm_syncobj_export_sync_file()
|
| H A D | drm_lease.c | 579 fd_install(fd, lessee_file); in drm_mode_create_lease_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/media/mc/ |
| H A D | mc-request.c | 335 fd_install(fd, filp); in media_request_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_ioctl.c | 177 fd_install(out_fence_fd, sync_file->file); in virtio_gpu_execbuffer_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/ |
| H A D | tpm_vtpm_proxy.c | 652 fd_install(vtpm_new_dev.fd, vtpm_file); in vtpmx_ioc_new_dev()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_sync.c | 506 fd_install(fd, sync_fence->file); in mali_sync_fence_fd_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib-cdev.c | 392 fd_install(fd, file); in linehandle_create() 1422 fd_install(fd, file); in linereq_create() 1822 fd_install(fd, file); in lineevent_create()
|