io_uring/io_uring.c
946
io_req_set_res(req, res, io_put_kbuf(req, res, NULL));
io_uring/net.c
516
cflags = io_put_kbuf(req, sel->val, sel->buf_list);
io_uring/net.c
897
cflags |= io_put_kbuf(req, sel->val, sel->buf_list);
io_uring/rw.c
1074
cflags = io_put_kbuf(req, ret, sel.buf_list);
io_uring/rw.c
1082
cflags = io_put_kbuf(req, ret, sel.buf_list);
io_uring/rw.c
1382
req->cqe.flags = io_put_kbuf(req, req->cqe.res, NULL);
io_uring/rw.c
583
req->cqe.flags |= io_put_kbuf(req, req->cqe.res, NULL);
io_uring/rw.c
667
cflags = io_put_kbuf(req, ret, sel->buf_list);
io_uring/uring_cmd.c
398
cflags = io_put_kbuf(req, sel->val, sel->buf_list);