Lines Matching refs:p_cur_slot
189 uint32_t p_cur_slot; /* Current slot in wheel hpts is draining */ member
446 log.u_bbr.flex2 = hpts->p_cur_slot; in tcp_hpts_log()
732 if (hpts->p_runningslot == hpts->p_cur_slot) in max_slots_available()
735 dis_to_travel = hpts_slots_diff(hpts->p_runningslot, hpts->p_cur_slot); in max_slots_available()
739 if (hpts->p_cur_slot != wheel_slot) { in max_slots_available()
741 pacer_to_now = hpts_slots_diff(hpts->p_cur_slot, wheel_slot); in max_slots_available()
805 if (hpts->p_runningslot != hpts->p_cur_slot) in check_if_slot_would_be_wrong()
806 yet_to_run = hpts_slots_diff(hpts->p_runningslot, hpts->p_cur_slot); in check_if_slot_would_be_wrong()
812 hpts->p_cur_slot)); in check_if_slot_would_be_wrong()
843 diag->p_cur_slot = hpts->p_cur_slot; in tcp_hpts_insert_diag()
1066 for (i = 0, t = hpts_slot(hpts->p_cur_slot, 1); i < NUM_OF_HPTSI_SLOTS; i++) { in tcp_hpts_set_max_sleep()
1102 hpts->saved_curslot = hpts->p_cur_slot; in tcp_hptsi()
1108 orig_exit_slot = hpts->p_cur_slot = tick_to_wheel(hpts->p_curtick); in tcp_hptsi()
1115 hpts->p_prev_slot = hpts->p_cur_slot; in tcp_hptsi()
1122 slots_to_run = hpts_slots_diff(hpts->p_prev_slot, hpts->p_cur_slot); in tcp_hptsi()
1150 hpts->p_cur_slot = hpts->p_prev_slot; in tcp_hptsi()
1312 hpts->p_cur_slot, &last_slot); in tcp_hptsi()
1415 hpts->p_prev_slot = hpts->p_cur_slot; in tcp_hptsi()
1437 hpts->p_cur_slot = tick_to_wheel(hpts->p_curtick); in tcp_hptsi()
1440 orig_exit_slot = hpts->p_cur_slot; in tcp_hptsi()
1464 KASSERT(((hpts->p_prev_slot == hpts->p_cur_slot) || in tcp_hptsi()
1467 hpts->p_prev_slot, hpts->p_cur_slot)); in tcp_hptsi()
1475 hpts->p_cur_slot = tick_to_wheel(hpts->p_curtick); in tcp_hptsi()
1915 &hpts->p_cur_slot, 0, in tcp_hpts_mod_load()
1952 hpts->p_prev_slot = hpts->p_cur_slot = tick_to_wheel(hpts->p_curtick); in tcp_hpts_mod_load()
1954 hpts->p_nxt_slot = hpts_slot(hpts->p_cur_slot, 1); in tcp_hpts_mod_load()