Searched refs:iport_next_free_slot (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h250 uint32_t iport_next_free_slot; member in struct:fct_i_local_port
H A Dfct.c1197 iport->iport_next_free_slot = 0;
1860 old = iport->iport_next_free_slot;
1870 } while (atomic_cas_32(&iport->iport_next_free_slot, old, new) != old);
2072 old = iport->iport_next_free_slot;
2076 } while (atomic_cas_32(&iport->iport_next_free_slot,

Completed in 51 milliseconds