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)
Mon, Feb 10, 12:02 PM
Unknown Object (File)
Sun, Feb 9, 7:21 AM
Unknown Object (File)
Sat, Feb 1, 4:35 AM
Unknown Object (File)
Dec 12 2024, 2:53 AM
Unknown Object (File)
Nov 22 2024, 6:33 AM
Unknown Object (File)
Nov 22 2024, 5:02 AM
Unknown Object (File)
Nov 21 2024, 2:39 AM
Unknown Object (File)
Nov 20 2024, 1:02 PM
Subscribers

Details

Summary

Existing vm_radix_init() renamed to vm_radix_zinit().

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 10569

Event Timeline

This revision is now accepted and ready to land.Jul 19 2017, 7:22 PM
sys/sys/_pctrie.h
51

To maintain sorted order, this should come first.

sys/vm/vm_radix.h
49

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.