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

Function free_buffer_rings

examples/proxy.c:339–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339static void free_buffer_rings(struct io_uring *ring, struct conn *c)
340{
341 free_buffer_ring(ring, &c->in_br);
342 free_buffer_ring(ring, &c->out_br);
343}
344
345/*
346 * Setup a ring provided buffer ring for each connection. If we get -ENOBUFS

Callers 1

handle_closeFunction · 0.85

Calls 1

free_buffer_ringFunction · 0.85

Tested by

no test coverage detected