Lines Matching defs:count
262 int count, i, j;
270 count = 0;
273 count++;
277 if (count <= 1)
571 const int count = min_t(unsigned int, connector_count, BITS_PER_LONG);
585 if (WARN_ON(count <= 0))
588 save_enabled = kcalloc(count, sizeof(bool), GFP_KERNEL);
597 memcpy(save_enabled, enabled, count);
598 mask = GENMASK(count - 1, 0);
600 for (i = 0; i < count; i++) {
607 for (i = 0; i < count; i++) {
658 for (j = 0; j < count; j++) {
746 memcpy(enabled, save_enabled, count);