Searched refs:IPORT_WORKER_RUNNING (Results 1 – 3 of 3) sorted by relevance
287 #define IPORT_WORKER_RUNNING 0x0001 macro
1213 while ((iport->iport_flags & IPORT_WORKER_RUNNING) == 0) { in fct_register_local_port()1256 if (iport->iport_flags & IPORT_WORKER_RUNNING) { in fct_register_local_port()1259 while (iport->iport_flags & IPORT_WORKER_RUNNING) { in fct_register_local_port()1286 if (iport->iport_flags & IPORT_WORKER_RUNNING) { in fct_deregister_local_port()1290 if ((iport->iport_flags & IPORT_WORKER_RUNNING) in fct_deregister_local_port()1352 while ((iport->iport_flags & IPORT_WORKER_RUNNING) == 0) { in fct_deregister_local_port()
112 atomic_or_32(&iport->iport_flags, IPORT_WORKER_RUNNING); in fct_port_worker()204 atomic_and_32(&iport->iport_flags, ~IPORT_WORKER_RUNNING); in fct_port_worker()