Home
last modified time | relevance | path

Searched refs:hold_cv (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h168 kcondvar_t hold_cv; member
290 cv_signal(&(path)->hold_cv); \
299 cv_signal(&(path)->hold_cv); \
/titanic_41/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c920 cv_init(&path->hold_cv, NULL, CV_DEFAULT, NULL); in rsmka_add_path()
970 cv_wait(&path->hold_cv, &path->mutex); in rsmka_remove_path()
1023 cv_wait(&path->hold_cv, &path->mutex); in rsmka_remove_path()
1077 cv_wait(&path->hold_cv, &path->mutex); in rsmka_path_up()
1121 cv_wait(&path->hold_cv, &path->mutex); in rsmka_path_down()
1714 cv_signal(&path->hold_cv); in do_path_down()
2192 cv_destroy(&path->hold_cv); in destroy_path()