Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c176 #define HPTS_TRYLOCK(hpts) mtx_trylock(&(hpts)->p_mtx) macro
1560 if (!HPTS_TRYLOCK(hpts)) { in __tcp_run_hpts()