Home
last modified time | relevance | path

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

/linux-6.1.9/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()
383 if (req->opcode == IORING_OP_POLL_ADD) in __io_poll_execute()
487 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_double_prepare()
799 if (poll_only && req->opcode != IORING_OP_POLL_ADD) in io_poll_find()
1007 if (WARN_ON_ONCE(preq->opcode != IORING_OP_POLL_ADD)) { in io_poll_remove()
Dopdef.c131 [IORING_OP_POLL_ADD] = {
/linux-6.1.9/tools/io_uring/
Dliburing.h152 sqe->opcode = IORING_OP_POLL_ADD; in io_uring_prep_poll_add()
/linux-6.1.9/include/uapi/linux/
Dio_uring.h175 IORING_OP_POLL_ADD, enumerator