Home
last modified time | relevance | path

Searched refs:IOU_PBUF_RING_INC (Results 1 – 2 of 2) sorted by relevance

/linux/io_uring/
H A Dkbuf.c632 if (reg.flags & ~(IOU_PBUF_RING_MMAP | IOU_PBUF_RING_INC)) in io_register_pbuf_ring()
687 if (reg.flags & IOU_PBUF_RING_INC) in io_register_pbuf_ring()
/linux/include/uapi/linux/
H A Dio_uring.h525 * a ring buffer setup with IOU_PBUF_RING_INC. For any
889 * IOU_PBUF_RING_INC: If set, buffers consumed from this buffer ring can be
899 IOU_PBUF_RING_INC = 2,
892 IOU_PBUF_RING_INC = 2, global() enumerator