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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h175 * the job_counter variable, plus the additional job_port_sema for
185 ksema_t job_port_sema; member in struct:job_request
260 * job_port_sema in the job_request_t. fp_port_shutdown() also looks for
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c587 sema_init(&job->job_port_sema, 0, NULL, SEMA_DEFAULT, NULL);
600 sema_destroy(&job->job_port_sema);
H A Dfp.c3486 sema_p(&job->job_port_sema);
3597 sema_v(&job->job_port_sema);

Completed in 1317 milliseconds