| 98 | } \ |
| 99 | \ |
| 100 | static __inline __unused struct type * \ |
| 101 | name##_PCTRIE_LOOKUP_GE(struct pctrie *ptree, uint64_t key) \ |
| 102 | { \ |
| 103 | \ |
| 104 | return name##_PCTRIE_VAL2PTR(pctrie_lookup_ge(ptree, key)); \ |
| 105 | } \ |
| 106 | \ |
| 107 | static __inline __unused void \ |
| 108 | name##_PCTRIE_RECLAIM(struct pctrie *ptree) \ |
nothing calls this directly
no test coverage detected