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, Jun 6, 9:49 PM
Unknown Object (File)
Sat, Jun 6, 9:49 PM
Unknown Object (File)
Sun, May 31, 1:19 AM
Unknown Object (File)
Fri, May 29, 11:49 PM
Unknown Object (File)
Thu, May 28, 6:43 PM
Unknown Object (File)
Wed, May 27, 6:22 PM
Unknown Object (File)
Sat, May 16, 12:10 AM
Unknown Object (File)
Sat, May 16, 12:10 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