Searched refs:PCTRIE_DEFINE (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/sys/ |
H A D | pctrie.h | 71 PCTRIE_DEFINE(name, type, field, allocfn, freefn) \ 81 #define PCTRIE_DEFINE(name, type, field, allocfn, freefn) \ macro
|
/freebsd/sys/kern/ |
H A D | subr_rangeset.c | 72 PCTRIE_DEFINE(RANGESET, rs_el, re_start, rs_node_alloc, rs_node_free);
|
/freebsd/sys/netipsec/ |
H A D | ipsec_offload.c | 138 PCTRIE_DEFINE(DRVSPI_SA, ifp_handle_sav, drv_spi,
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_pci.c | 1436 PCTRIE_DEFINE(LINUX_DMA, linux_dma_obj, dma_addr, linux_dma_trie_alloc,
|
/freebsd/sys/vm/ |
H A D | swap_pager.c | 540 PCTRIE_DEFINE(SWAP, swblk, p, swblk_trie_alloc, swblk_trie_free);
|