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)
Thu, Oct 9, 5:49 PM
Unknown Object (File)
Thu, Oct 9, 6:07 AM
Unknown Object (File)
Tue, Oct 7, 11:45 PM
Unknown Object (File)
Sat, Sep 20, 4:18 AM
Unknown Object (File)
Sat, Sep 20, 2:58 AM
Unknown Object (File)
Sat, Sep 20, 2:50 AM
Unknown Object (File)
Fri, Sep 19, 3:51 PM
Unknown Object (File)
Wed, Sep 17, 9:44 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

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped