Searched refs:cmdcmplt_bucket (Results 1 – 3 of 3) sorted by relevance
1127 u_int cmdcmplt_bucket; member
929 ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket]++; in ahd_intr()
7640 ahd->cmdcmplt_bucket = (ahd->cmdcmplt_bucket+1) & (AHD_STAT_BUCKETS-1); in ahd_stat_timer()7641 ahd->cmdcmplt_total -= ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket]; in ahd_stat_timer()7642 ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket] = 0; in ahd_stat_timer()