Home
last modified time | relevance | path

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

/linux/tools/io_uring/
A Dliburing.h152 sqe->opcode = IORING_OP_POLL_ADD; in io_uring_prep_poll_add()
/linux/include/uapi/linux/
A Dio_uring.h109 IORING_OP_POLL_ADD, enumerator
/linux/fs/
A Dio_uring.c966 [IORING_OP_POLL_ADD] = {
5357 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_get_double()
5364 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_get_single()
5536 if (req->opcode == IORING_OP_POLL_ADD) in __io_queue_proc()
5774 if (poll_only && req->opcode != IORING_OP_POLL_ADD) in io_poll_find()
6432 case IORING_OP_POLL_ADD: in io_req_prep()
6685 case IORING_OP_POLL_ADD: in io_issue_sqe()

Completed in 35 milliseconds