Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
527
static size_t rings_size(struct io_uring_params *p, unsigned entries,
528
unsigned cq_entries, long page_size)
Callers
3
probe_buf_select
Function · 0.85
test_buf_select
Function · 0.85
test_probe_helper
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_buf_select
Function · 0.68
test_probe_helper
Function · 0.68