Lines Matching refs:bbr_state_time
420 counter_u64_t bbr_state_time[BBR_MAX_STAT]; variable
1132 COUNTER_ARRAY_ZERO(bbr_state_time, BBR_MAX_STAT); in sysctl_bbr_clear_lost()
1818 COUNTER_ARRAY_ALLOC(bbr_state_time, BBR_MAX_STAT, M_WAITOK); in bbr_init_sysctls()
1821 bbr_state_time, BBR_MAX_STAT, "Stats of time spent in the states"); in bbr_init_sysctls()
1839 COUNTER_ARRAY_FREE(bbr_state_time, BBR_MAX_STAT); in bbr_counter_destroy()
7898 counter_u64_add(bbr_state_time[(idx + 5)], time_in); in bbr_enter_persist()
7900 counter_u64_add(bbr_state_time[bbr->rc_bbr_state], time_in); in bbr_enter_persist()
10391 counter_u64_add(bbr_state_time[(old_state + 5)], time_in); in bbr_substate_change()
10393 counter_u64_add(bbr_state_time[bbr->rc_bbr_state], time_in); in bbr_substate_change()
10672 counter_u64_add(bbr_state_time[bbr->rc_bbr_state], time_in); in bbr_enter_probe_rtt()
10822 counter_u64_add(bbr_state_time[bbr->rc_bbr_state], time_in); in bbr_exit_probe_rtt()
11071 counter_u64_add(bbr_state_time[bbr->rc_bbr_state], time_in); in bbr_state_change()
11149 counter_u64_add(bbr_state_time[bbr->rc_bbr_state], time_in); in bbr_state_change()