Searched refs:dis_to_travel (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/netinet/
H A Dtcp_hpts.c675 uint32_t dis_to_travel, end_slot, pacer_to_now, avail_on_wheel; local
710 dis_to_travel = hpts_slots_diff(hpts->p_prev_slot, wheel_slot);
712 dis_to_travel = 1;
714 * dis_to_travel in this case is the space from when the
721 return (NUM_OF_HPTSI_SLOTS - dis_to_travel);
730 dis_to_travel = 1;
732 dis_to_travel = hpts_slots_diff(hpts->p_runningslot, hpts->p_cur_slot);
748 avail_on_wheel = NUM_OF_HPTSI_SLOTS - dis_to_travel;

Completed in 92 milliseconds