Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dpoll.c107 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_get_double()
114 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_get_single()
339 if (req->opcode == IORING_OP_POLL_ADD) { in io_poll_task_func()
471 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_double_prepare()
797 if (poll_only && req->opcode != IORING_OP_POLL_ADD) in io_poll_find()
1001 if (WARN_ON_ONCE(preq->opcode != IORING_OP_POLL_ADD)) { in io_poll_remove()
Dopdef.c113 [IORING_OP_POLL_ADD] = {
465 [IORING_OP_POLL_ADD] = {
/Linux-v6.6/include/uapi/linux/
Dio_uring.h200 IORING_OP_POLL_ADD, enumerator