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

Function t_create_ring

test/helpers.c:146–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146enum t_setup_ret t_create_ring(int depth, struct io_uring *ring,
147 unsigned int flags)
148{
149 struct io_uring_params p = { };
150
151 p.flags = flags;
152 return t_create_ring_params(depth, ring, &p);
153}
154
155enum t_setup_ret t_register_buffers(struct io_uring *ring,
156 const struct iovec *iovecs,

Callers 15

mainFunction · 0.85
test_ioFunction · 0.85
do_testFunction · 0.85
mainFunction · 0.85
test_update_no_tableFunction · 0.85
test_ioFunction · 0.85
try_register_zcrxFunction · 0.85
__prep_serverFunction · 0.85
test_zcrx_invalid_cloneFunction · 0.85
test_zcrx_cloneFunction · 0.85
test_abnormal_exitFunction · 0.85
test_good_serverFunction · 0.85

Calls 1

t_create_ring_paramsFunction · 0.85

Tested by 15

test_ioFunction · 0.68
test_update_no_tableFunction · 0.68
test_ioFunction · 0.68
test_zcrx_invalid_cloneFunction · 0.68
test_zcrx_cloneFunction · 0.68
test_abnormal_exitFunction · 0.68
test_good_serverFunction · 0.68
test_bad_bindFunction · 0.68
test_bad_listenFunction · 0.68
test_bad_socknameFunction · 0.68
test_ioFunction · 0.68