Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_lock.c129 #define LK_TRYOP(x) \ macro
133 (((x) & LK_NOWITNESS) == 0 && !LK_TRYOP(x))
135 (LK_TRYOP(x) ? LOP_TRYLOCK : 0)
641 if (LK_TRYOP(flags)) { in lockmgr_slock_hard()
804 if (LK_TRYOP(flags)) { in lockmgr_xlock_hard()
854 if (LK_TRYOP(flags)) { in lockmgr_xlock_hard()
1444 if (LK_TRYOP(flags)) { in __lockmgr_args()