| 76 | } \ |
| 77 | \ |
| 78 | static __inline int \ |
| 79 | name##_PCTRIE_INSERT(struct pctrie *ptree, struct type *ptr) \ |
| 80 | { \ |
| 81 | \ |
| 82 | return pctrie_insert(ptree, name##_PCTRIE_PTR2VAL(ptr), \ |
| 83 | allocfn); \ |
| 84 | } \ |
| 85 | \ |
| 86 | static __inline struct type * \ |
| 87 | name##_PCTRIE_LOOKUP(struct pctrie *ptree, uint64_t key) \ |
nothing calls this directly
no test coverage detected