Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H 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()
365 if (req->opcode == IORING_OP_POLL_ADD) { in io_poll_task_func()
482 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_double_prepare()
808 if (poll_only && req->opcode != IORING_OP_POLL_ADD) in io_poll_find()
1011 if (WARN_ON_ONCE(preq->opcode != IORING_OP_POLL_ADD)) { in io_poll_remove()
H A Dopdef.c113 [IORING_OP_POLL_ADD] = {
465 [IORING_OP_POLL_ADD] = {
/openbmc/linux/include/uapi/linux/
H A Dio_uring.h200 IORING_OP_POLL_ADD, enumerator