Home
last modified time | relevance | path

Searched defs:hpts (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_hpts.c396 tcp_hpts_log(struct tcp_hpts_entry *hpts, struct tcpcb *tp, struct timeval *tv, in tcp_hpts_log()
443 struct tcp_hpts_entry *hpts; in tcp_hpts_sleep_timeout() local
457 tcp_hpts_sleep(struct tcp_hpts_entry *hpts, struct timeval *tv) in tcp_hpts_sleep()
482 tcp_hpts_wake(struct tcp_hpts_entry *hpts) in tcp_hpts_wake()
505 tcp_hpts_insert_internal(struct tcpcb *tp, struct tcp_hpts_entry *hpts) in tcp_hpts_insert_internal()
534 struct tcp_hpts_entry *hpts; in tcp_hpts_lock() local
582 struct tcp_hpts_entry *hpts; in __tcp_hpts_remove() local
681 max_slots_available(struct tcp_hpts_entry *hpts, uint32_t wheel_slot, uint32_t *target_slot) in max_slots_available()
790 check_if_slot_would_be_wrong(struct tcp_hpts_entry *hpts, struct tcpcb *tp, in check_if_slot_would_be_wrong()
826 struct tcp_hpts_entry *hpts; in __tcp_hpts_insert() local
[all …]
H A Dtcp_hpts_test.c138 dump_hpts_entry(struct ktest_test_context *ctx, struct tcp_hpts_entry *hpts) in dump_hpts_entry()
321 struct tcp_hpts_entry *hpts = pace->rp_ent[tp->t_hpts_cpu]; in test_tcp_output() local
349 struct tcp_hpts_entry *hpts = pace->rp_ent[tp->t_hpts_cpu]; in test_tfb_do_queued_segments() local
493 struct tcp_hpts_entry *hpts = pace->rp_ent[0]; in KTEST_FUNC() local
625 struct tcp_hpts_entry *hpts; in KTEST_FUNC() local
688 struct tcp_hpts_entry *hpts; in KTEST_FUNC() local
960 struct tcp_hpts_entry *hpts; in KTEST_FUNC() local
1032 struct tcp_hpts_entry *hpts; in KTEST_FUNC() local
1273 struct tcp_hpts_entry *hpts; in KTEST_FUNC() local
1338 struct tcp_hpts_entry *hpts; in KTEST_FUNC() local
[all …]
H A Dtcp_hpts_internal.h101 #define HPTS_MTX_ASSERT(hpts) mtx_assert(&(hpts)->p_mtx, MA_OWNED) argument
102 #define HPTS_LOCK(hpts) mtx_lock(&(hpts)->p_mtx) argument
103 #define HPTS_TRYLOCK(hpts) mtx_trylock(&(hpts)->p_mtx) argument
104 #define HPTS_UNLOCK(hpts) mtx_unlock(&(hpts)->p_mtx) argument