Home
last modified time | relevance | path

Searched refs:allocfn (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dpctrie.h39 #define PCTRIE_DEFINE_SMR(name, type, field, allocfn, freefn, smr) \ argument
40 PCTRIE_DEFINE(name, type, field, allocfn, freefn) \
50 #define PCTRIE_DEFINE(name, type, field, allocfn, freefn) \ argument
86 parent = allocfn(ptree); \