Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Daic79xx.h1126 #define AHD_STAT_BUCKETS 4 macro
1128 uint32_t cmdcmplt_counts[AHD_STAT_BUCKETS];
Daic79xx.c7833 ahd->cmdcmplt_bucket = (ahd->cmdcmplt_bucket+1) & (AHD_STAT_BUCKETS-1); in ahd_stat_timer()