Searched refs:io_kbuf_commit (Results 1 – 3 of 3) sorted by relevance
/linux/io_uring/ |
H A D | kbuf.c | 58 bool io_kbuf_commit(struct io_kiocb *req, in io_kbuf_commit() function 195 io_kbuf_commit(req, bl, *len, 1); in io_ring_buffer_select() 330 io_kbuf_commit(req, bl, arg->out_len, ret); in io_buffers_select() 369 ret = io_kbuf_commit(req, bl, len, nr); in __io_put_kbuf_ring()
|
H A D | kbuf.h | 84 bool io_kbuf_commit(struct io_kiocb *req,
|
H A D | net.c | 502 io_kbuf_commit(req, req->buf_list, len, io_bundle_nbufs(kmsg, len)); in io_net_kbuf_recyle()
|