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
Unknown Object (File)
Fri, Jul 25, 12:54 PM
Unknown Object (File)
Wed, Jul 23, 3:26 AM
Unknown Object (File)
Mon, Jul 21, 10:39 PM
Unknown Object (File)
Sat, Jul 19, 12:01 PM
Unknown Object (File)
Fri, Jul 18, 9:23 AM
Unknown Object (File)
Jul 7 2025, 3:19 AM
Unknown Object (File)
Jul 6 2025, 4:26 AM
Unknown Object (File)
Jun 24 2025, 9:31 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