Page MenuHomeFreeBSD

Add pctrie_init() and vm_radix_init() to initialize generic pctrie and vm_radix trie.
ClosedPublic

Authored by kib on Jul 19 2017, 6:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 2, 9:40 PM
Unknown Object (File)
Thu, May 2, 8:13 PM
Unknown Object (File)
Thu, May 2, 8:13 PM
Unknown Object (File)
Dec 23 2023, 9:03 AM
Unknown Object (File)
Nov 8 2023, 5:05 AM
Unknown Object (File)
Nov 7 2023, 7:27 PM
Unknown Object (File)
Nov 6 2023, 7:04 PM
Unknown Object (File)
Nov 4 2023, 5:18 PM
Subscribers

Details

Summary

Existing vm_radix_init() renamed to vm_radix_zinit().

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jul 19 2017, 7:22 PM
sys/sys/_pctrie.h
51 ↗(On Diff #30970)

To maintain sorted order, this should come first.

sys/vm/vm_radix.h
49 ↗(On Diff #30970)

There is also a vm_radix_is_empty() in _vm_radix.h. Move this there?

kib marked 2 inline comments as done.
kib edited edge metadata.

Move inlines around.

This revision now requires review to proceed.Jul 19 2017, 8:28 PM

Should the pctrie inlines analogously move from sys/_pctrie.h to sys/pctrie.h?

Move inlines from _pctrie.h to pctrie.h.

This revision is now accepted and ready to land.Jul 19 2017, 8:48 PM
This revision was automatically updated to reflect the committed changes.