Home
last modified time | relevance | path

Searched refs:cmdcmplt_bucket (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic79xx.h1124 u_int cmdcmplt_bucket; member
Daic79xx_core.c999 ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket]++; in ahd_intr()
8811 ahd->cmdcmplt_bucket = (ahd->cmdcmplt_bucket+1) & (AHD_STAT_BUCKETS-1); in ahd_stat_timer()
8812 ahd->cmdcmplt_total -= ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket]; in ahd_stat_timer()
8813 ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket] = 0; in ahd_stat_timer()