Searched defs:SOLOCKED (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h113 * The locking of sockfs uses the so_lock mutex plus the SOLOCKED and
118 * handle one control operation at a time. The SOLOCKED flag is used to
145 kcondvar_t so_single_cv; /* wait due to SOLOCKED */
271 #define SOLOCKED 0x0010 /* use to serialize open/closes */ macro

Completed in 65 milliseconds