Searched refs:hptsslot (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_hpts.c | 784 uint32_t hptsslot, int line) in check_if_slot_would_be_wrong() argument 790 KASSERT(hptsslot < NUM_OF_HPTSI_SLOTS, in check_if_slot_would_be_wrong() 791 ("hpts:%p tp:%p slot:%d > max", hpts, tp, hptsslot)); in check_if_slot_would_be_wrong() 802 distance = hpts_slots_diff(hpts->p_runningslot, hptsslot); in check_if_slot_would_be_wrong() 809 hptsslot, distance, yet_to_run, hpts->p_runningslot, in check_if_slot_would_be_wrong()
|