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

Function cqe_to_fd

examples/proxy.h:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70static inline int cqe_to_fd(struct io_uring_cqe *cqe)
71{
72 struct userdata ud = { .val = cqe->user_data };
73
74 return ud.fd;
75}
76
77static unsigned long long mtime_since(const struct timeval *s,
78 const struct timeval *e)

Callers 9

cqe_to_conn_dirFunction · 0.85
default_errorFunction · 0.85
__handle_recvFunction · 0.85
recv_errorFunction · 0.85
__handle_sendFunction · 0.85
handle_shutdownFunction · 0.85
handle_closeFunction · 0.85
handle_cancelFunction · 0.85
handle_fd_passFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected