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, May 10, 6:06 PM
Unknown Object (File)
Fri, May 10, 9:57 AM
Unknown Object (File)
Thu, May 9, 5:07 PM
Unknown Object (File)
Thu, May 9, 10:14 AM
Unknown Object (File)
Sun, May 5, 11:16 AM
Unknown Object (File)
Tue, Apr 30, 9:17 AM
Unknown Object (File)
Sun, Apr 28, 8:20 AM
Unknown Object (File)
Sat, Apr 27, 1:52 PM
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

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped