Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.c484 HPTS_MTX_ASSERT(hpts); in tcp_wakehpts()
494 HPTS_MTX_ASSERT(hpts); in tcp_wakeinput()
611 HPTS_MTX_ASSERT(hpts); in tcp_hpts_remove_locked_input()
812 HPTS_MTX_ASSERT(hpts); in tcp_queue_to_hpts_immediate_locked()
906 HPTS_MTX_ASSERT(hpts); in tcp_hpts_insert_locked()
1078 HPTS_MTX_ASSERT(hpts); in __tcp_queue_to_input_locked()
1258 HPTS_MTX_ASSERT(hpts); in tcp_input_data()
1378 HPTS_MTX_ASSERT(hpts); in tcp_hptsi()
1402 HPTS_MTX_ASSERT(hpts); in tcp_hptsi()
1467 HPTS_MTX_ASSERT(hpts); in tcp_hptsi()
[all …]
H A Dtcp_hpts.h163 #define HPTS_MTX_ASSERT(hpts) mtx_assert(&(hpts)->p_mtx, MA_OWNED) macro