Home
last modified time | relevance | path

Searched refs:cqe (Results 1 – 2 of 2) sorted by last modified time

/libuv/src/unix/
H A Dlinux.c595 iou->cqe = sq + params.cq_off.cqes; in uv__iou_init()
1136 struct uv__io_uring_cqe* cqe; in uv__poll_io_uring() local
1151 cqe = iou->cqe; in uv__poll_io_uring()
1155 e = &cqe[i & mask]; in uv__poll_io_uring()
1256 struct uv__io_uring_cqe* cqe; in uv__epoll_ctl_flush() local
1291 cqe = ctl->cqe; in uv__epoll_ctl_flush()
1292 cqe = &cqe[slot]; in uv__epoll_ctl_flush()
1294 if (cqe->res == 0) in uv__epoll_ctl_flush()
1297 fd = cqe->user_data >> 32; in uv__epoll_ctl_flush()
1298 op = 3 & cqe->user_data; in uv__epoll_ctl_flush()
[all …]
/libuv/src/
H A Duv-common.h410 void* cqe; /* pointer to array of struct uv__io_uring_cqe */ member

Completed in 20 milliseconds