Searched refs:AHD_STAT_BUCKETS (Results 1 – 2 of 2) sorted by relevance
1123 #define AHD_STAT_BUCKETS 4 macro1125 uint32_t cmdcmplt_counts[AHD_STAT_BUCKETS];
8811 ahd->cmdcmplt_bucket = (ahd->cmdcmplt_bucket+1) & (AHD_STAT_BUCKETS-1); in ahd_stat_timer()