Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dopdef.c49 const struct io_issue_def io_issue_defs[] = { variable
665 BUILD_BUG_ON(ARRAY_SIZE(io_issue_defs) != IORING_OP_LAST); in io_uring_optable_init()
667 for (i = 0; i < ARRAY_SIZE(io_issue_defs); i++) { in io_uring_optable_init()
668 BUG_ON(!io_issue_defs[i].prep); in io_uring_optable_init()
669 if (io_issue_defs[i].prep != io_eopnotsupp_prep) in io_uring_optable_init()
670 BUG_ON(!io_issue_defs[i].issue); in io_uring_optable_init()
Dopdef.h48 extern const struct io_issue_def io_issue_defs[];
Dio_uring.c457 const struct io_issue_def *def = &io_issue_defs[req->opcode]; in io_prep_async_work()
1781 const struct io_issue_def *def = &io_issue_defs[req->opcode]; in io_req_prep_async()
1865 const struct io_issue_def *def = &io_issue_defs[req->opcode]; in io_issue_sqe()
1924 const struct io_issue_def *def = &io_issue_defs[req->opcode]; in io_wq_submit_work()
2165 def = &io_issue_defs[opcode]; in io_init_req()
4142 if (!io_issue_defs[i].not_supported) in io_probe()
Dpoll.c695 const struct io_issue_def *def = &io_issue_defs[req->opcode]; in io_arm_poll_handler()