Searched refs:HST_WEIGHT_COUNT (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-ps-historical-service-time.c19 * are split into HST_WEIGHT_COUNT buckets each (1 >> HST_BUCKET_SHIFT)
42 #define HST_WEIGHT_COUNT 64ULL macro
50 unsigned int weights[HST_WEIGHT_COUNT];
151 HST_WEIGHT_COUNT - 1);
170 for (i = 0; i < HST_WEIGHT_COUNT - 1; i++)
172 s->weights[HST_WEIGHT_COUNT - 1] = 0;

Completed in 116 milliseconds