| 136 | int pctrie_zone_init(void *mem, int size, int flags); |
| 137 | |
| 138 | static __inline void |
| 139 | pctrie_init(struct pctrie *ptree) |
| 140 | { |
| 141 | |
| 142 | ptree->pt_root = 0; |
| 143 | } |
| 144 | |
| 145 | static __inline bool |
| 146 | pctrie_is_empty(struct pctrie *ptree) |
no outgoing calls
no test coverage detected