Searched refs:CALLOUT_TRYLOCK (Results 1 – 3 of 3) sorted by relevance
42 #define CALLOUT_TRYLOCK 0x0001 /* try semantic in softclock_call_cc */ macro
676 if (c_iflags & CALLOUT_TRYLOCK) { in softclock_call_cc()1351 CALLOUT_TRYLOCK)) == 0, in _callout_init_lock()1355 KASSERT(!(flags & CALLOUT_TRYLOCK) || in _callout_init_lock()
2285 CALLOUT_TRYLOCK | CALLOUT_RETURNUNLOCKED); in tcp_newtcpcb()