MCPcopy Create free account
hub / github.com/F-Stack/f-stack / buf_ring_free

Function buf_ring_free

freebsd/kern/subr_bufring.c:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void
62buf_ring_free(struct buf_ring *br, struct malloc_type *type)
63{
64 free(br, type);
65}

Callers 1

drbr_freeFunction · 0.85

Calls 1

freeFunction · 0.70

Tested by

no test coverage detected