Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dmmapobj.c222 #define LV_DEL 0x4 /* delete when lv_refcnt hits zero */ macro
342 ASSERT((lvp->lv_flags & LV_DEL) == 0); in lib_va_find()
358 del->lv_flags |= LV_DEL; in lib_va_find()
443 del->lv_flags |= LV_DEL; in lib_va_add_hash()
508 if (--lvp->lv_refcnt == 0 && (lvp->lv_flags & LV_DEL)) { in lib_va_release()