Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axboe/liburing
/ cqe_to_op
Function
cqe_to_op
examples/proxy.h:56–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
static inline int cqe_to_op(struct io_uring_cqe *cqe)
57
{
58
struct userdata ud = { .val = cqe->user_data };
59
60
return ud.op_tid >> OP_SHIFT;
61
}
62
63
static inline int cqe_to_bid(struct io_uring_cqe *cqe)
64
{
Callers
1
handle_cqe
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected