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

/netbsd-current/sys/dev/dm/
H A Ddm_table.c96 cv_broadcast(&head->table_cv);
133 cv_wait(&head->table_cv, &head->table_mtx);
158 cv_wait(&head->table_cv, &head->table_mtx);
317 cv_init(&head->table_cv, "dm_io");
328 KASSERT(!cv_has_waiters(&head->table_cv));
333 cv_destroy(&head->table_cv);
H A Ddm.h101 kcondvar_t table_cv; /* I/O waiting cv */ member in struct:dm_table_head

Completed in 82 milliseconds