Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h172 #define BARRIER_LOCK 0x0100 /* used for recomputing dependencies */ macro
258 #define IS_BARRIER(lock) ((lock)->l_state & BARRIER_LOCK)
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c2207 vertex->l_state &= ~BARRIER_LOCK; in flk_recompute_dependencies()
2317 lck->l_state &= ~BARRIER_LOCK; in flk_update_barriers()
2326 lck->l_state &= ~BARRIER_LOCK; in flk_update_barriers()
2359 lck->l_state |= BARRIER_LOCK; in flk_find_barriers()