Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/io/
H A Dxnf.h153 kcondvar_t xnf_cv_tx_slots; member
H A Dxnf.c460 cv_broadcast(&xnfp->xnf_cv_tx_slots); in tx_slots_get()
468 cv_wait(&xnfp->xnf_cv_tx_slots, &xnfp->xnf_txlock); in tx_slots_get()
879 cv_init(&xnfp->xnf_cv_tx_slots, NULL, CV_DEFAULT, NULL); in xnf_attach()
984 cv_destroy(&xnfp->xnf_cv_tx_slots); in xnf_attach()
1077 cv_destroy(&xnfp->xnf_cv_tx_slots); in xnf_detach()