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, Sep 9, 2:46 AM
Unknown Object (File)
Mon, Aug 28, 4:33 PM
Unknown Object (File)
Aug 16 2023, 7:16 AM
Unknown Object (File)
Aug 11 2023, 8:04 AM
Unknown Object (File)
Jul 5 2023, 8:33 PM
Unknown Object (File)
Jul 5 2023, 8:32 PM
Unknown Object (File)
Jul 5 2023, 8:30 PM
Unknown Object (File)
Jul 3 2023, 9:46 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