Searched refs:get_unused_fd_flags (Results 1 – 6 of 6) sorted by relevance
13 int get_unused_fd_flags(unsigned int);
684 fd = get_unused_fd_flags(O_CLOEXEC); in drm_syncobj_get_fd()785 int fd = get_unused_fd_flags(O_CLOEXEC); in drm_syncobj_export_sync_file()
1138 fence_state->fd = get_unused_fd_flags(O_CLOEXEC); in setup_out_fence()
3165 get_unused_fd_flags(unsigned int flags) in get_unused_fd_flags() function
1592 fd = get_unused_fd_flags(O_CLOEXEC); in amdgpu_cs_fence_to_handle_ioctl()
3468 out_fence_fd = get_unused_fd_flags(O_CLOEXEC); in i915_gem_do_execbuffer()