Lines Matching defs:count
236 u32 count = 0;
272 count++;
275 if (!count)
278 bundle->cport_desc = kcalloc(count, sizeof(*bundle->cport_desc),
283 bundle->num_cports = count;
295 return count;
304 return 0; /* Error; count should also be 0 */
317 u32 count = 0;
375 count++;
378 return count;
383 count--;
385 return 0; /* Error; count should also be 0 */