Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcallout.h42 #define CALLOUT_TRYLOCK 0x0001 /* try semantic in softclock_call_cc */ macro
/freebsd/sys/kern/
H A Dkern_timeout.c676 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()
/freebsd/sys/netinet/
H A Dtcp_subr.c2285 CALLOUT_TRYLOCK | CALLOUT_RETURNUNLOCKED); in tcp_newtcpcb()