Searched refs:BBR_STAT_INC (Results 1 – 2 of 2) sorted by relevance
702 BBR_STAT_INC(bbr_to_arm_rack); in bbr_timer_start()713 BBR_STAT_INC(bbr_to_arm_tlp); in bbr_timer_start()815 BBR_STAT_INC(bbr_paced_segments); in bbr_start_hpts_timer()3264 BBR_STAT_INC(bbr_to_alloc); in bbr_alloc()3271 BBR_STAT_INC(bbr_to_alloc_emerg); in bbr_alloc()3277 BBR_STAT_INC(bbr_to_alloc_failed); in bbr_alloc()3286 BBR_STAT_INC(bbr_alloc_limited); in bbr_alloc_full_limit()3289 BBR_STAT_INC(bbr_alloc_limited_conns); in bbr_alloc_full_limit()3306 BBR_STAT_INC(bbr_split_limited); in bbr_alloc_limit()3309 BBR_STAT_INC(bbr_alloc_limited_conns); in bbr_alloc_limit()[all …]
504 #define BBR_STAT_INC(name) BBR_STAT_ADD(name, 1) macro