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

Function io_uring_clone_buffers

src/register.c:435–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435int io_uring_clone_buffers(struct io_uring *dst, struct io_uring *src)
436{
437 return __io_uring_clone_buffers_offset(dst, src, 0, 0, 0, IORING_REGISTER_SRC_REGISTERED);
438}
439
440int __io_uring_clone_buffers(struct io_uring *dst, struct io_uring *src,
441 unsigned int flags)

Callers 3

testFunction · 0.50
test_dummyFunction · 0.50
__test_ioFunction · 0.50

Calls 1

Tested by 1

test_dummyFunction · 0.40