Home
last modified time | relevance | path

Searched refs:IO_LOCK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h166 #define IO_LOCK 0x0004 /* is an IO lock */ macro
261 #define IS_IO_LOCK(lock) ((lock)->l_state & IO_LOCK)
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c610 lock_request->l_state |= IO_LOCK; in reclock()