Lines Matching defs:cflags
510 unsigned int cflags;
513 cflags = io_put_kbuf(req, sel->val, sel->buf_list);
517 cflags = io_put_kbufs(req, sel->val, sel->buf_list, io_bundle_nbufs(kmsg, sel->val));
526 if (io_req_post_cqe(req, sel->val, cflags | IORING_CQE_F_MORE)) {
533 io_req_set_res(req, sel->val, cflags);
830 /* bits to clear in old and inherit in new cflags on bundle retry */
845 unsigned int cflags = 0;
848 cflags |= IORING_CQE_F_SOCK_NONEMPTY;
866 cflags |= io_put_kbufs(req, this_ret, sel->buf_list, io_bundle_nbufs(kmsg, this_ret));
868 cflags = req->cqe.flags | (cflags & CQE_F_MASK);
881 req->cqe.flags = cflags & ~CQE_F_MASK;
888 cflags |= io_put_kbuf(req, sel->val, sel->buf_list);
896 io_req_post_cqe(req, sel->val, cflags | IORING_CQE_F_MORE)) {
900 if (cflags & IORING_CQE_F_SOCK_NONEMPTY || kmsg->msg.msg_inq < 0) {
916 io_req_set_res(req, sel->val, cflags);
1651 unsigned cflags;
1686 cflags = 0;
1688 cflags |= IORING_CQE_F_SOCK_NONEMPTY;
1691 io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) {
1692 if (cflags & IORING_CQE_F_SOCK_NONEMPTY || arg.is_empty == -1)
1697 io_req_set_res(req, ret, cflags);