Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c179 static struct adapter_listhead_list adapter_listhead_base; variable
216 mutex_init(&adapter_listhead_base.listlock, NULL, in rsmka_pathmanager_init()
800 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()
1805 if (adapter_listhead_base.next == NULL) { in init_listhead()
1806 adapter_listhead_base.next = listhead; in init_listhead()
1809 listhead->next_listhead = adapter_listhead_base.next; in init_listhead()
1810 adapter_listhead_base.next = listhead; in init_listhead()
1812 mutex_exit(&adapter_listhead_base.listlock); in init_listhead()
[all …]