Searched refs:table_mtx (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/dm/
H A Ddm_table.c71 mutex_enter(&head->table_mtx);
80 mutex_exit(&head->table_mtx);
93 mutex_enter(&head->table_mtx);
98 mutex_exit(&head->table_mtx);
130 mutex_enter(&head->table_mtx);
133 cv_wait(&head->table_cv, &head->table_mtx);
137 mutex_exit(&head->table_mtx);
153 mutex_enter(&head->table_mtx);
158 cv_wait(&head->table_cv, &head->table_mtx);
176 mutex_exit(&head->table_mtx);
[all...]
H A Ddm.h100 kmutex_t table_mtx; member in struct:dm_table_head

Completed in 180 milliseconds