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

Function io_uring_cqe_get_data

src/include/liburing.h:533–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531}
532
533IOURINGINLINE void *io_uring_cqe_get_data(const struct io_uring_cqe *cqe)
534 LIBURING_NOEXCEPT
535{
536 return (void *) (uintptr_t) cqe->user_data;
537}
538
539/*
540 * Assign a 64-bit value to this sqe, which can get retrieved at completion

Callers 11

test_single_timeout_nrFunction · 0.85
test_multi_timeout_nrFunction · 0.85
recv_get_cqeFunction · 0.85
do_recvFunction · 0.85
reap_eventsFunction · 0.85
mainFunction · 0.85
test_poll_cancelFunction · 0.85
mainFunction · 0.85
reap_completionsFunction · 0.85
handle_cqeFunction · 0.85
copy_fileFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_single_timeout_nrFunction · 0.68
test_multi_timeout_nrFunction · 0.68
test_poll_cancelFunction · 0.68