HomeFreeBSD

Instead of all memory allocations using M_DEVBUF, use new categories

Description

Instead of all memory allocations using M_DEVBUF, use new categories
M_BUSDMA for allocations of metadata (tags, maps, segment tracking lists),
and M_BOUNCE for bounce pages.

Details

Provenance
ianAuthored on
Parents
rS289857: Instead of all memory allocations using M_DEVBUF, use new categories
Branches
Unknown
Tags
Unknown