Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c608 cv_init(&fcsm->sm_job_cv, NULL, CV_DRIVER, NULL); in fcsm_handle_port_attach()
632 cv_destroy(&fcsm->sm_job_cv); in fcsm_handle_port_attach()
644 cv_destroy(&fcsm->sm_job_cv); in fcsm_handle_port_attach()
1220 cv_destroy(&fcsm->sm_job_cv); in fcsm_cleanup_port()
2470 cv_signal(&fcsm->sm_job_cv); in fcsm_enque_job()
2541 cv_signal(&fcsm->sm_job_cv); in fcsm_retry_job()
2582 cv_signal(&fcsm->sm_job_cv); in fcsm_jobdone()
2640 cv_wait(&fcsm->sm_job_cv, &fcsm->sm_mutex); in fcsm_job_thread()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h121 kcondvar_t sm_job_cv; /* cv for job processing */ member