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

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h287 #define IPORT_WORKER_RUNNING 0x0001 macro
H A Dfct.c1218 while ((iport->iport_flags & IPORT_WORKER_RUNNING) == 0) {
1261 if (iport->iport_flags & IPORT_WORKER_RUNNING) {
1264 while (iport->iport_flags & IPORT_WORKER_RUNNING) {
1291 if (iport->iport_flags & IPORT_WORKER_RUNNING) {
1295 if ((iport->iport_flags & IPORT_WORKER_RUNNING)
1357 while ((iport->iport_flags & IPORT_WORKER_RUNNING) == 0) {
H A Ddiscovery.c112 atomic_or_32(&iport->iport_flags, IPORT_WORKER_RUNNING);
204 atomic_and_32(&iport->iport_flags, ~IPORT_WORKER_RUNNING);

Completed in 144 milliseconds