Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts_test.c740 HPTS_UNLOCK(hpts); in KTEST_FUNC()
757 HPTS_UNLOCK(pace->rp_ent[i]); in KTEST_FUNC()
782 HPTS_UNLOCK(pace->rp_ent[i]); in KTEST_FUNC()
926 HPTS_UNLOCK(pace->rp_ent[i]); in KTEST_FUNC()
996 HPTS_UNLOCK(hpts); in KTEST_FUNC()
1003 HPTS_UNLOCK(hpts); in KTEST_FUNC()
1068 HPTS_UNLOCK(hpts); in KTEST_FUNC()
1098 HPTS_UNLOCK(hpts); in KTEST_FUNC()
1112 HPTS_UNLOCK(hpts); in KTEST_FUNC()
1309 HPTS_UNLOCK(hpts); in KTEST_FUNC()
[all …]
H A Dtcp_hpts.c625 HPTS_UNLOCK(hpts); in __tcp_hpts_remove()
880 HPTS_UNLOCK(hpts); in __tcp_hpts_insert()
988 HPTS_UNLOCK(hpts); in __tcp_hpts_insert()
1220 HPTS_UNLOCK(hpts); in tcp_hptsi()
1290 HPTS_UNLOCK(hpts); in tcp_hptsi()
1333 HPTS_UNLOCK(hpts); in tcp_hptsi()
1520 HPTS_UNLOCK(hpts); in __tcp_set_hpts()
1631 HPTS_UNLOCK(hpts); in _tcp_hpts_softclock()
1660 HPTS_UNLOCK(hpts); in tcp_hpts_thread()
1784 HPTS_UNLOCK(hpts); in tcp_hpts_thread()
H A Dtcp_hpts_internal.h104 #define HPTS_UNLOCK(hpts) mtx_unlock(&(hpts)->p_mtx) macro