| 144 | } |
| 145 | |
| 146 | enum t_setup_ret t_create_ring(int depth, struct io_uring *ring, |
| 147 | unsigned int flags) |
| 148 | { |
| 149 | struct io_uring_params p = { }; |
| 150 | |
| 151 | p.flags = flags; |
| 152 | return t_create_ring_params(depth, ring, &p); |
| 153 | } |
| 154 | |
| 155 | enum t_setup_ret t_register_buffers(struct io_uring *ring, |
| 156 | const struct iovec *iovecs, |