Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/dmabuf-heaps/
Ddmabuf-heap.c104 static int dmabuf_heap_alloc_fdflags(int fd, size_t len, unsigned int fd_flags, in dmabuf_heap_alloc_fdflags()
307 __u32 fd_flags; in dmabuf_heap_alloc_older() member
335 __u32 fd_flags; in dmabuf_heap_alloc_newer() member
/Linux-v6.6/include/uapi/linux/
Ddma-heap.h38 __u32 fd_flags; member
/Linux-v6.6/drivers/dma-buf/
Ddma-heap.c53 unsigned int fd_flags, in dma_heap_buffer_alloc()
/Linux-v6.6/drivers/dma-buf/heaps/
Dcma_heap.c278 unsigned long fd_flags, in cma_heap_allocate()
Dsystem_heap.c336 unsigned long fd_flags, in system_heap_allocate()
/Linux-v6.6/include/scsi/fc/
Dfc_fip.h241 __u8 fd_flags; /* bit0 is fka disable flag */ member
/Linux-v6.6/include/scsi/
Dlibfcoe.h217 u8 fd_flags:1; member
/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_sockmap.c602 int fd_flags = O_NONBLOCK; in msg_loop() local