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

Function io_uring_clone_buffers_offset

src/register.c:427–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427int io_uring_clone_buffers_offset(struct io_uring *dst, struct io_uring *src,
428 unsigned int dst_off, unsigned int src_off,
429 unsigned int nr, unsigned int flags)
430{
431 return __io_uring_clone_buffers_offset(dst, src, dst_off, src_off, nr,
432 flags | IORING_REGISTER_SRC_REGISTERED);
433}
434
435int io_uring_clone_buffers(struct io_uring *dst, struct io_uring *src)
436{

Callers 2

test_offsetsFunction · 0.85
test_sameFunction · 0.85

Calls 1

Tested by 2

test_offsetsFunction · 0.68
test_sameFunction · 0.68