Searched refs:BBR_STAT_INC (Results 1 – 2 of 2) sorted by relevance
704 BBR_STAT_INC(bbr_to_arm_rack); in bbr_timer_start()715 BBR_STAT_INC(bbr_to_arm_tlp); in bbr_timer_start()817 BBR_STAT_INC(bbr_paced_segments); in bbr_start_hpts_timer()3266 BBR_STAT_INC(bbr_to_alloc); in bbr_alloc()3273 BBR_STAT_INC(bbr_to_alloc_emerg); in bbr_alloc()3279 BBR_STAT_INC(bbr_to_alloc_failed); in bbr_alloc()3288 BBR_STAT_INC(bbr_alloc_limited); in bbr_alloc_full_limit()3291 BBR_STAT_INC(bbr_alloc_limited_conns); in bbr_alloc_full_limit()3308 BBR_STAT_INC(bbr_split_limited); in bbr_alloc_limit()3311 BBR_STAT_INC(bbr_alloc_limited_conns); in bbr_alloc_limit()[all …]
506 #define BBR_STAT_INC(name) BBR_STAT_ADD(name, 1) macro