Lines Matching defs:count
162 size_t count = 0;
184 count++;
194 if (count != ARRAY_SIZE(fake_common_samples)) {
195 pr_debug("Invalid count for matched entries: %zd of %zd\n",
196 count, ARRAY_SIZE(fake_common_samples));
210 size_t count = 0;
247 count++;
256 pr_debug("Invalid count of dummy entries: %zd of %zd\n",
260 if (count != count_pair + ARRAY_SIZE(fake_samples[0])) {
261 pr_debug("Invalid count of total leader entries: %zd of %zd\n",
262 count, count_pair + ARRAY_SIZE(fake_samples[0]));
266 if (count != count_pair) {
267 pr_debug("Invalid count of total other entries: %zd of %zd\n",
268 count, count_pair);