OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:table_cv
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/dm/
dm_table.c
96
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
);
dm.h
101
kcondvar_t
table_cv
; /* I/O waiting cv */
member in struct:dm_table_head
Completed in 16 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026