Lines Matching defs:cqe
621 iou->cqe = sq + params.cq_off.cqes;
1165 struct uv__io_uring_cqe* cqe;
1180 cqe = iou->cqe;
1184 e = &cqe[i & mask];
1317 struct uv__io_uring_cqe* cqe;
1352 cqe = ctl->cqe;
1353 cqe = &cqe[slot];
1355 if (cqe->res == 0)
1358 fd = cqe->user_data >> 32;
1359 op = 3 & cqe->user_data;
1360 oldslot = 255 & (cqe->user_data >> 2);
1368 if (cqe->res != -EEXIST)