Searched refs:HPTS_TRYLOCK (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/netinet/ | ||
| H A D | tcp_hpts_internal.h | 103 #define HPTS_TRYLOCK(hpts) mtx_trylock(&(hpts)->p_mtx) macro |
| H A D | tcp_hpts.c | 1582 if (!HPTS_TRYLOCK(hpts)) { in _tcp_hpts_softclock() |