aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/pctrie.h
Commit message (Expand)AuthorAgeFilesLines
* Use SMR to provide safe unlocked lookup for pctries from SMR zonesConrad Meyer2020-07-241-0/+14
* kern/subr_pctrie: Convert old-style boolean_t to plain "bool"Conrad Meyer2019-04-061-1/+1
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Make the number of children for pctrie node available outside subr_pctrie.c.Konstantin Belousov2017-07-271-0/+13
* Mark name_PCTRIE_LOOKUP_LE() generated function unused.Konstantin Belousov2017-07-261-1/+1
* Add pctrie_init() and vm_radix_init() to initialize generic pctrie andKonstantin Belousov2017-07-191-0/+14
* Mark unused static inline functions defined by the PCTRIE_DEFINE() macroDimitry Andric2013-12-281-2/+2
* - pctrie really only requires two byte alignment so that there is a singleJeff Roberson2013-05-121-1/+5
* - Add a new general purpose path-compressed radix trie which can be usedJeff Roberson2013-05-121-0/+119