| 68 | } |
| 69 | |
| 70 | static 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 | |
| 77 | static unsigned long long mtime_since(const struct timeval *s, |
| 78 | const struct timeval *e) |
no outgoing calls
no test coverage detected