Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dmac_flow_impl.h78 cv_signal(&(flent)->fe_cv); \
98 cv_signal(&(flent)->fe_cv); \
244 kcondvar_t fe_cv; /* fe_lock */ member
/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_flow.c229 cv_init(&flent->fe_cv, NULL, CV_DEFAULT, NULL); in mac_flow_create()
643 cv_destroy(&flent->fe_cv); in mac_flow_destroy()
799 cv_wait(&flent->fe_cv, &flent->fe_lock); in mac_flow_wait()
809 cv_wait(&flent->fe_cv, &flent->fe_lock); in mac_flow_wait()