Searched refs:table_cv (Results 1 – 3 of 3) sorted by relevance
96 cv_broadcast(&head->table_cv); in dm_table_unbusy()133 cv_wait(&head->table_cv, &head->table_mtx); in dm_table_switch_tables()158 cv_wait(&head->table_cv, &head->table_mtx); in dm_table_destroy()317 cv_init(&head->table_cv, "dm_io"); in dm_table_head_init()328 KASSERT(!cv_has_waiters(&head->table_cv)); in dm_table_head_destroy()333 cv_destroy(&head->table_cv); in dm_table_head_destroy()
101 kcondvar_t table_cv; /* I/O waiting cv */ member
99 kcondvar_t table_cv; /*IO waiting cv */172 head->table_cv while there are other readers. dm_table_get_entry is specific in that it will return…212 cv_broadcast(&head->table_cv);