Page MenuHomeFreeBSD

mbuf: add m_free_raw to be used instead of directly calling uma_zfree
ClosedPublic

Authored by mjg on Jun 30 2021, 2:39 PM.
Tags
None
Referenced Files
F147777636: D30959.id.diff
Fri, Mar 13, 2:20 PM
Unknown Object (File)
Wed, Mar 11, 10:38 AM
Unknown Object (File)
Fri, Mar 6, 12:04 AM
Unknown Object (File)
Wed, Mar 4, 10:47 PM
Unknown Object (File)
Sun, Mar 1, 2:08 PM
Unknown Object (File)
Sun, Mar 1, 8:05 AM
Unknown Object (File)
Thu, Feb 26, 6:08 PM
Unknown Object (File)
Thu, Feb 26, 11:13 AM
Subscribers

Details

Summary

The intent is to remove all direct zone_mbuf consumers so that ctor/dtor
from that zone can be reimplemented as wrappers around uma, avoiding an
indirect function call.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped