Home
last modified time | relevance | path

Searched refs:IORING_OP_POLL_ADD (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/tools/io_uring/
Dliburing.h152 sqe->opcode = IORING_OP_POLL_ADD; in io_uring_prep_poll_add()
/Linux-v5.10/include/uapi/linux/
Dio_uring.h107 IORING_OP_POLL_ADD, enumerator
/Linux-v5.10/fs/
Dio_uring.c806 [IORING_OP_POLL_ADD] = {
4926 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_get_double()
4933 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_get_single()
5255 if (req->opcode == IORING_OP_POLL_ADD) { in io_poll_remove_one()
5726 case IORING_OP_POLL_ADD: in io_req_prep()
5946 case IORING_OP_POLL_ADD: in io_issue_sqe()