Searched refs:allocfn (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/sys/ |
H A D | pctrie.h | 70 #define PCTRIE_DEFINE_SMR(name, type, field, allocfn, freefn, smr) \ argument 71 PCTRIE_DEFINE(name, type, field, allocfn, freefn) \ 81 #define PCTRIE_DEFINE(name, type, field, allocfn, freefn) \ argument 119 child = allocfn(ptree); \
|