Home
last modified time | relevance | path

Searched refs:lib_va (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dmmapobj.c229 struct lib_va { struct
230 struct lib_va *lv_next; argument
252 static struct lib_va *lib_va_hash[LIB_VA_SIZE]; argument
304 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 …]