Lines Matching defs:ar
90 struct art_root *ar; in art_alloc() local
127 art_check_duplicate(struct art_root *ar, struct art_node *old, in art_check_duplicate()
218 art_match(struct art_root *ar, const void *addr, struct srp_ref *nsr) in art_match()
281 art_lookup(struct art_root *ar, const void *addr, int plen, struct srp_ref *nsr) in art_lookup()
339 art_insert(struct art_root *ar, struct art_node *an, const void *addr, int plen) in art_insert()
407 art_table_insert(struct art_root *ar, struct art_table *at, int i, in art_table_insert()
443 art_delete(struct art_root *ar, struct art_node *an, const void *addr, int plen) in art_delete()
492 art_table_delete(struct art_root *ar, struct art_table *at, int i, in art_table_delete()
536 art_table_ref(struct art_root *ar, struct art_table *at) in art_table_ref()
552 art_table_free(struct art_root *ar, struct art_table *at) in art_table_free()
573 art_walk(struct art_root *ar, int (*f)(struct art_node *, void *), void *arg) in art_walk()
604 art_table_walk(struct art_root *ar, struct art_table *at, in art_table_walk()
667 art_walk_apply(struct art_root *ar, in art_walk_apply()
689 art_table_get(struct art_root *ar, struct art_table *parent, int j) in art_table_get()
751 art_table_put(struct art_root *ar, struct art_table *at) in art_table_put()