HomeFreeBSD

radix_trie: have vm_radix use pctrie code

Description

radix_trie: have vm_radix use pctrie code

Implement everything currently in vm_radix.c with calls to functions
in subr_pctrie.c, asccessed via the interface provided by the
DEFINE_PCTRIE_SMR macro.

Reviewed by: alc, markj
Tested by: pho
Differential Revision: https://reviews.freebsd.org/D41344

Details

Provenance
dougmAuthored on Sep 11 2023, 6:53 AM
Reviewer
alc
Differential Revision
D41344: radix_trie: have vm_radix use pctrie code
Parents
rGb6ce41118bb1: pf: fix state leak
Branches
Unknown
Tags
Unknown
Reverted By
rG6cec93da46c4: Revert "radix_trie: have vm_radix use pctrie code"