Searched defs:lib_va (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c230 struct lib_va { struct
231 struct lib_va *lv_next;
253 static struct lib_va *lib_va_hash[LIB_VA_SIZE];
276 * lib_va will be used for optimized allocation of address ranges for
294 * Number of 32 bit and 64 bit libraries in lib_va hash.
301 * We also decrement the number of libraries mapped via a lib_va
305 lib_va_free(struct lib_va *lvp)
319 kmem_free(lvp, sizeof (struct lib_va));
323 * See if the file associated with the vap passed in is in the lib_va hash.
328 static struct lib_va *
[all...]

Completed in 68 milliseconds