Home
last modified time | relevance | path

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

/linux/io_uring/
A Dkbuf.c185 if (bl->flags & IOBL_BUF_RING) in io_buffer_select()
299 if (bl->flags & IOBL_BUF_RING) { in io_buffers_select()
332 if (bl->flags & IOBL_BUF_RING) { in io_buffers_peek()
352 if (bl->flags & IOBL_BUF_RING) { in __io_remove_buffers()
367 bl->flags &= ~IOBL_BUF_RING; in __io_remove_buffers()
454 if (!(bl->flags & IOBL_BUF_RING)) in io_remove_buffers()
601 if (bl->flags & IOBL_BUF_RING) { in io_provide_buffers()
653 bl->flags |= IOBL_BUF_RING; in io_pin_pbuf_ring()
677 bl->flags |= (IOBL_BUF_RING | IOBL_MMAP); in io_alloc_pbuf_ring()
760 if (!(bl->flags & IOBL_BUF_RING)) in io_unregister_pbuf_ring()
[all …]
A Dkbuf.h9 IOBL_BUF_RING = 1, enumerator

Completed in 6 milliseconds