Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c201 mutex_init(&li->li_htlock, NULL, MUTEX_DEFAULT, NULL); in lsetup()
215 mutex_destroy(&li->li_htlock); in ldestroy()
505 mutex_enter(&li->li_htlock); in lretire()
508 mutex_exit(&li->li_htlock); in lretire()
530 mutex_enter(&li->li_htlock); in lgrow()
532 mutex_exit(&li->li_htlock); in lgrow()
592 mutex_exit(&li->li_htlock); in lgrow()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dlofs_info.h72 kmutex_t li_htlock; /* protect hashtable, htsize, retired */ member