Lines Matching defs:count
1008 u32 count = 1000000; /* 1s! */
1011 count--;
1012 if (!count) {
1061 u32 count = 1000000; /* 1s! */
1087 count--;
1088 if (!count) {
1572 int count = S32_MAX;
1576 if (this_count < count) {
1578 count = this_count;
3032 u32 count = 1000000; /* 1s! */
3046 count--;
3050 } while (!clean && count);
4246 u32 count = 1000000; /* 1s! */
4272 count--;
4273 if (!count) {
4279 } while (count);
4285 if (!count)
4577 u32 count = 1000000; /* 1s */
4599 count--;
4600 if (!count)
5301 int count;
5303 count = acpi_table_parse_entries(ACPI_SIG_SRAT,
5307 if (count <= 0)
5310 its_srat_maps = kmalloc_array(count, sizeof(struct its_srat_map),