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

Function io_uring_free_probe

src/setup.c:522–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522__cold void io_uring_free_probe(struct io_uring_probe *probe)
523{
524 free(probe);
525}
526
527static size_t rings_size(struct io_uring_params *p, unsigned entries,
528 unsigned cq_entries, long page_size)

Callers 3

probe_buf_selectFunction · 0.85
test_buf_selectFunction · 0.85
test_probe_helperFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_buf_selectFunction · 0.68
test_probe_helperFunction · 0.68