Home
last modified time | relevance | path

Searched refs:IORING_OP_POLL_ADD (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/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()
361 if (req->opcode == IORING_OP_POLL_ADD) { in io_poll_task_func()
478 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_double_prepare()
804 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()
H A Dopdef.c113 [IORING_OP_POLL_ADD] = {
465 [IORING_OP_POLL_ADD] = {
/kernel/linux/linux-5.10/tools/io_uring/
H A Dliburing.h152 sqe->opcode = IORING_OP_POLL_ADD; in io_uring_prep_poll_add()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dio_uring.h93 IORING_OP_POLL_ADD, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dio_uring.h93 IORING_OP_POLL_ADD, enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dio_uring.h109 IORING_OP_POLL_ADD, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dio_uring.h200 IORING_OP_POLL_ADD, enumerator
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c884 /* for polled requests, i.e. IORING_OP_POLL_ADD and async armed poll */
969 [IORING_OP_POLL_ADD] = {
5399 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_get_double()
5406 if (req->opcode == IORING_OP_POLL_ADD) in io_poll_get_single()
5597 if (req->opcode == IORING_OP_POLL_ADD) in __io_poll_execute()
5894 if (poll_only && req->opcode != IORING_OP_POLL_ADD) in hlist_for_each_entry()
6503 case IORING_OP_POLL_ADD: in io_req_prep()
6771 case IORING_OP_POLL_ADD: in io_issue_sqe()

Completed in 35 milliseconds