Home
last modified time | relevance | path

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

/Linux-v5.15/tools/io_uring/
Dliburing.h152 sqe->opcode = IORING_OP_POLL_ADD; in io_uring_prep_poll_add()
/Linux-v5.15/include/uapi/linux/
Dio_uring.h109 IORING_OP_POLL_ADD, enumerator
/Linux-v5.15/fs/
Dio_uring.c962 [IORING_OP_POLL_ADD] = {
5295 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_get_double()
5302 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_get_single()
5728 if (poll_only && req->opcode != IORING_OP_POLL_ADD) in io_poll_find()
6374 case IORING_OP_POLL_ADD: in io_req_prep()
6661 case IORING_OP_POLL_ADD: in io_issue_sqe()