Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dpoll.c104 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_get_double()
111 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_get_single()
368 if (req->opcode == IORING_OP_POLL_ADD) in __io_poll_execute()
464 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_double_prepare()
769 if (poll_only && req->opcode != IORING_OP_POLL_ADD) in io_poll_find()
977 if (WARN_ON_ONCE(preq->opcode != IORING_OP_POLL_ADD)) { in io_poll_remove()
Dopdef.c127 [IORING_OP_POLL_ADD] = {
/Linux-v6.1/tools/io_uring/
Dliburing.h152 sqe->opcode = IORING_OP_POLL_ADD; in io_uring_prep_poll_add()
/Linux-v6.1/include/uapi/linux/
Dio_uring.h175 IORING_OP_POLL_ADD, enumerator