MCPcopy 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
256int io_uring_enable_rings(struct io_uring *ring)
257{
258 return do_register(ring, IORING_REGISTER_ENABLE_RINGS, NULL, 0);
259}
260
261int io_uring_register_iowq_aff(struct io_uring *ring, size_t cpusz,
262 const cpu_set_t *mask)

Callers 12

__init_ring_with_regionFunction · 0.85
test_wait_argFunction · 0.85
test_region_buffer_typesFunction · 0.85
test_restrictions_sqe_opFunction · 0.85
test_restrictions_flagsFunction · 0.85
test_restrictions_emptyFunction · 0.85
mainFunction · 0.85
threadFunction · 0.85
mainFunction · 0.85

Calls 1

do_registerFunction · 0.85

Tested by 8

test_wait_argFunction · 0.68
test_region_buffer_typesFunction · 0.68
test_restrictions_sqe_opFunction · 0.68
test_restrictions_flagsFunction · 0.68
test_restrictions_emptyFunction · 0.68