Searched refs:fd_flags (Results 1 – 2 of 2) sorted by relevance
105 static int dmabuf_heap_alloc_fdflags(int fd, size_t len, unsigned int fd_flags, in dmabuf_heap_alloc_fdflags() argument111 .fd_flags = fd_flags, in dmabuf_heap_alloc_fdflags()308 __u32 fd_flags; in dmabuf_heap_alloc_older() member312 .fd_flags = O_RDWR | O_CLOEXEC, in dmabuf_heap_alloc_older()336 __u32 fd_flags; in dmabuf_heap_alloc_newer() member344 .fd_flags = O_RDWR | O_CLOEXEC, in dmabuf_heap_alloc_newer()
594 int fd_flags = O_NONBLOCK; in msg_loop() local598 fcntl(fd, fd_flags); in msg_loop()