Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/dm/
H A Ddm_table.c71 mutex_enter(&head->table_mtx); in dm_table_busy()
80 mutex_exit(&head->table_mtx); in dm_table_busy()
93 mutex_enter(&head->table_mtx); in dm_table_unbusy()
98 mutex_exit(&head->table_mtx); in dm_table_unbusy()
130 mutex_enter(&head->table_mtx); in dm_table_switch_tables()
133 cv_wait(&head->table_cv, &head->table_mtx); in dm_table_switch_tables()
137 mutex_exit(&head->table_mtx); in dm_table_switch_tables()
153 mutex_enter(&head->table_mtx); in dm_table_destroy()
158 cv_wait(&head->table_cv, &head->table_mtx); in dm_table_destroy()
176 mutex_exit(&head->table_mtx); in dm_table_destroy()
[all …]
H A Ddm.h100 kmutex_t table_mtx; member
/netbsd-src/sys/dev/dm/doc/
H A Dlocking.txt98 kmutex_t table_mtx;
188 mutex_enter(&head->table_mtx);
197 mutex_exit(&head->table_mtx);
209 mutex_enter(&head->table_mtx);
214 mutex_exit(&head->table_mtx);