Home
last modified time | relevance | path

Searched defs:fd_flags (Results 1 – 9 of 9) sorted by relevance

/linux-5.10/tools/testing/selftests/dmabuf-heaps/
Ddmabuf-heap.c105 static int dmabuf_heap_alloc_fdflags(int fd, size_t len, unsigned int fd_flags, in dmabuf_heap_alloc_fdflags()
230 __u32 fd_flags; in dmabuf_heap_alloc_older() member
258 __u32 fd_flags; in dmabuf_heap_alloc_newer() member
/linux-5.10/include/uapi/linux/
Ddma-heap.h38 __u32 fd_flags; member
/linux-5.10/drivers/dma-buf/heaps/
Dsystem_heap.c37 unsigned long fd_flags, in system_heap_allocate()
Dcma_heap.c45 unsigned long fd_flags, in cma_heap_allocate()
Dheap-helpers.c29 int fd_flags) in heap_helper_export_dmabuf()
/linux-5.10/drivers/dma-buf/
Ddma-heap.c52 unsigned int fd_flags, in dma_heap_buffer_alloc()
/linux-5.10/include/scsi/fc/
Dfc_fip.h241 __u8 fd_flags; /* bit0 is fka disable flag */ member
/linux-5.10/include/scsi/
Dlibfcoe.h216 u8 fd_flags:1; member
/linux-5.10/tools/testing/selftests/bpf/
Dtest_sockmap.c594 int fd_flags = O_NONBLOCK; in msg_loop() local