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)
Sat, Apr 26, 7:08 PM
Unknown Object (File)
Tue, Apr 22, 8:06 AM
Unknown Object (File)
Tue, Apr 22, 8:01 AM
Unknown Object (File)
Sun, Apr 20, 6:51 PM
Unknown Object (File)
Fri, Apr 18, 3:50 PM
Unknown Object (File)
Mar 31 2025, 5:18 AM
Unknown Object (File)
Mar 22 2025, 1:14 PM
Unknown Object (File)
Mar 15 2025, 9:26 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