Searched refs:lib_va (Results 1 – 1 of 1) sorted by relevance
229 struct lib_va { struct230 struct lib_va *lv_next; argument252 static struct lib_va *lib_va_hash[LIB_VA_SIZE]; argument304 lib_va_free(struct lib_va *lvp) in lib_va_free()318 kmem_free(lvp, sizeof (struct lib_va)); in lib_va_free()327 static struct lib_va *330 struct lib_va *lvp; in lib_va_find()331 struct lib_va *del = NULL; in lib_va_find()332 struct lib_va **tmp; in lib_va_find()391 static struct lib_va *[all …]