Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c800 mutex_enter(&adapter_listhead_base.listlock); in rsmka_remove_adapter()
826 mutex_exit(&adapter_listhead_base.listlock); in rsmka_remove_adapter()
1804 mutex_enter(&adapter_listhead_base.listlock); in init_listhead()
1812 mutex_exit(&adapter_listhead_base.listlock); in init_listhead()
1832 mutex_enter(&adapter_listhead_base.listlock); in lookup_adapter_listhead()
1839 mutex_exit(&adapter_listhead_base.listlock); in lookup_adapter_listhead()
1945 mutex_enter(&adapter_listhead_base.listlock); in link_adapter()
1959 mutex_exit(&adapter_listhead_base.listlock); in link_adapter()
2124 mutex_enter(&adapter_listhead_base.listlock); in link_path()
2136 mutex_exit(&adapter_listhead_base.listlock); in link_path()
[all …]
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h216 kmutex_t listlock; member