Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axboe/liburing
/ io_uring_enable_rings
Function
io_uring_enable_rings
src/register.c:256–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
}
255
256
int io_uring_enable_rings(struct io_uring *ring)
257
{
258
return do_register(ring, IORING_REGISTER_ENABLE_RINGS, NULL, 0);
259
}
260
261
int io_uring_register_iowq_aff(struct io_uring *ring, size_t cpusz,
262
const cpu_set_t *mask)
Callers
12
__init_ring_with_region
Function · 0.85
test_wait_arg
Function · 0.85
test_region_buffer_types
Function · 0.85
test_restrictions_sqe_op
Function · 0.85
test_restrictions_register_op
Function · 0.85
test_restrictions_fixed_file
Function · 0.85
test_restrictions_flags
Function · 0.85
test_restrictions_empty
Function · 0.85
main
Function · 0.85
test_disabled_ring_lazy_polling
Function · 0.85
thread
Function · 0.85
main
Function · 0.85
Calls
1
do_register
Function · 0.85
Tested by
8
test_wait_arg
Function · 0.68
test_region_buffer_types
Function · 0.68
test_restrictions_sqe_op
Function · 0.68
test_restrictions_register_op
Function · 0.68
test_restrictions_fixed_file
Function · 0.68
test_restrictions_flags
Function · 0.68
test_restrictions_empty
Function · 0.68
test_disabled_ring_lazy_polling
Function · 0.68