Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/ipp/
H A Dippconf.c62 static krwlock_t ipp_mod_byid_lock[1]; variable
2087 rw_enter(ipp_mod_byid_lock, RW_READER); in get_mods()
2118 rw_exit(ipp_mod_byid_lock); in get_mods()
2353 rw_enter(ipp_mod_byid_lock, RW_READER); in hold_mod()
2355 rw_exit(ipp_mod_byid_lock); in hold_mod()
2370 rw_exit(ipp_mod_byid_lock); in hold_mod()
2381 rw_exit(ipp_mod_byid_lock); in hold_mod()
2425 ASSERT(rw_write_held(ipp_mod_byid_lock)); in get_mid()
3276 rw_init(ipp_mod_byid_lock, NULL, RW_DEFAULT, in init_mods()
3366 rw_enter(ipp_mod_byid_lock, RW_WRITER); in mod_constructor()
[all …]