Lines Matching defs:count
435 int count, i, rc;
448 proc[i].count = 0;
452 count = acpi_table_parse_entries_array(ACPI_SIG_PCCT,
455 if (count <= 0 || count > MAX_PCC_SUBSPACES) {
456 if (count < 0)
459 pr_warn("Invalid PCCT: %d PCC subspaces\n", count);
465 pcc_mbox_channels = kcalloc(count, sizeof(struct mbox_chan),
473 pcc_doorbell_vaddr = kcalloc(count, sizeof(void *), GFP_KERNEL);
479 pcc_doorbell_ack_vaddr = kcalloc(count, sizeof(void *), GFP_KERNEL);
485 pcc_doorbell_irq = kcalloc(count, sizeof(int), GFP_KERNEL);
499 for (i = 0; i < count; i++) {
527 pcc_mbox_ctrl.num_chans = count;