HomeSort by: relevance | last modified time | path
    Searched refs:cmdcmplt_bucket (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
aic79xx_inline.h 939 ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket]++;
aic79xxvar.h 1142 u_int cmdcmplt_bucket; member in struct:ahd_softc
aic79xx.c 7812 ahd->cmdcmplt_bucket = (ahd->cmdcmplt_bucket+1) & (AHD_STAT_BUCKETS-1);
7813 ahd->cmdcmplt_total -= ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket];
7814 ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket] = 0;

Completed in 22 milliseconds