Home
last modified time | relevance | path

Searched refs:get_unused_fd_flags (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/pci/drm/include/linux/
H A Dfile.h13 int get_unused_fd_flags(unsigned int);
/openbsd/sys/dev/pci/drm/
H A Ddrm_syncobj.c684 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()
H A Ddrm_atomic_uapi.c1138 fence_state->fd = get_unused_fd_flags(O_CLOEXEC); in setup_out_fence()
H A Ddrm_linux.c3165 get_unused_fd_flags(unsigned int flags) in get_unused_fd_flags() function
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_cs.c1592 fd = get_unused_fd_flags(O_CLOEXEC); in amdgpu_cs_fence_to_handle_ioctl()
/openbsd/sys/dev/pci/drm/i915/gem/
H A Di915_gem_execbuffer.c3468 out_fence_fd = get_unused_fd_flags(O_CLOEXEC); in i915_gem_do_execbuffer()