Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/io_uring/
H A Dliburing.h152 sqe->opcode = IORING_OP_POLL_ADD; in io_uring_prep_poll_add()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dio_uring.h109 IORING_OP_POLL_ADD, enumerator
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c973 [IORING_OP_POLL_ADD] = {
5239 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_get_double()
5246 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_get_single()
5436 if (req->opcode == IORING_OP_POLL_ADD) in __io_poll_execute()
5717 if (poll_only && req->opcode != IORING_OP_POLL_ADD) in io_poll_find()
6323 case IORING_OP_POLL_ADD: in io_req_prep()
6591 case IORING_OP_POLL_ADD: in io_issue_sqe()