Searched defs:hpts (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_hpts.c | 407 tcp_hpts_log(struct tcp_hpts_entry *hpts, struct tcpcb *tp, struct timeval *tv, in tcp_hpts_log() 454 struct tcp_hpts_entry *hpts; in tcp_hpts_sleep_timeout() local 468 tcp_hpts_sleep(struct tcp_hpts_entry *hpts, struct timeval *tv) in tcp_hpts_sleep() 493 tcp_hpts_wake(struct tcp_hpts_entry *hpts) in tcp_hpts_wake() 516 tcp_hpts_insert_internal(struct tcpcb *tp, struct tcp_hpts_entry *hpts) in tcp_hpts_insert_internal() 545 struct tcp_hpts_entry *hpts; in tcp_hpts_lock() local 593 struct tcp_hpts_entry *hpts; in __tcp_hpts_remove() local 690 max_slots_available(struct tcp_hpts_entry *hpts, uint32_t wheel_slot, uint32_t *target_slot) in max_slots_available() 799 check_if_slot_would_be_wrong(struct tcp_hpts_entry *hpts, struct tcpcb *tp, in check_if_slot_would_be_wrong() 835 struct tcp_hpts_entry *hpts; in __tcp_hpts_insert() local [all …]
|
| H A D | tcp_hpts_test.c | 125 dump_hpts_entry(struct ktest_test_context *ctx, struct tcp_hpts_entry *hpts) in dump_hpts_entry() 309 struct tcp_hpts_entry *hpts = pace->rp_ent[tp->t_hpts_cpu]; in test_tcp_output() local 337 struct tcp_hpts_entry *hpts = pace->rp_ent[tp->t_hpts_cpu]; in test_tfb_do_queued_segments() local 474 struct tcp_hpts_entry *hpts = pace->rp_ent[0]; in KTEST_FUNC() local 606 struct tcp_hpts_entry *hpts; in KTEST_FUNC() local 663 struct tcp_hpts_entry *hpts; in KTEST_FUNC() local 935 struct tcp_hpts_entry *hpts; in KTEST_FUNC() local 1007 struct tcp_hpts_entry *hpts; in KTEST_FUNC() local 1248 struct tcp_hpts_entry *hpts; in KTEST_FUNC() local 1313 struct tcp_hpts_entry *hpts; in KTEST_FUNC() local [all …]
|
| H A D | tcp_hpts_internal.h | 101 #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
|