Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h2163 kcondvar_t d_task_cv; member
2226 #define TASK_WAIT(dev) cv_wait(&(dev)->d_task_cv, &(dev)->d_task_mtx)
2227 #define TASK_SIGNAL(dev) cv_signal(&(dev)->d_task_cv)
H A Dyge.c1314 cv_init(&dev->d_task_cv, NULL, CV_DRIVER, NULL); in yge_attach()
1442 cv_destroy(&dev->d_task_cv); in yge_detach()