Home
last modified time | relevance | path

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

/linux-6.3-rc2/io_uring/
A 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()
796 if (poll_only && req->opcode != IORING_OP_POLL_ADD) in io_poll_find()
1004 if (WARN_ON_ONCE(preq->opcode != IORING_OP_POLL_ADD)) { in io_poll_remove()
A Dopdef.c113 [IORING_OP_POLL_ADD] = {
465 [IORING_OP_POLL_ADD] = {
/linux-6.3-rc2/tools/io_uring/
A Dliburing.h152 sqe->opcode = IORING_OP_POLL_ADD; in io_uring_prep_poll_add()
/linux-6.3-rc2/include/uapi/linux/
A Dio_uring.h183 IORING_OP_POLL_ADD, enumerator

Completed in 8 milliseconds