MCPcopy Create free account
hub / github.com/axboe/liburing / cqe_to_bid

Function cqe_to_bid

examples/proxy.h:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static inline int cqe_to_bid(struct io_uring_cqe *cqe)
64{
65 struct userdata ud = { .val = cqe->user_data };
66
67 return ud.bid;
68}
69
70static inline int cqe_to_fd(struct io_uring_cqe *cqe)
71{

Callers 2

default_errorFunction · 0.85
__handle_sendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected