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

/illumos-gate/usr/src/uts/common/io/
H A Di8042.c181 * glock_cv is associated with the condition `glock == 0'
185 * Callers awaiting exclusive access in i8042_put8 sleep on glock_cv
188 kcondvar_t glock_cv; member in struct:i8042
494 cv_destroy(&global->glock_cv);
676 cv_init(&global->glock_cv, NULL, CV_DRIVER, NULL);
1160 cv_wait(&global->glock_cv, &global->i8042_out_mutex);
1178 cv_signal(&global->glock_cv);
1317 cv_wait(&global->glock_cv,

Completed in 60 milliseconds