Searched refs:pdc_region_cnt (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/irqchip/
H A Dqcom-pdc.c50 static int pdc_region_cnt; variable
214 for (i = 0; i < pdc_region_cnt; i++) {
279 pdc_region_cnt = n / 3;
280 pdc_region = kcalloc(pdc_region_cnt, sizeof(*pdc_region), GFP_KERNEL);
282 pdc_region_cnt = 0;
286 for (n = 0; n < pdc_region_cnt; n++) {

Completed in 87 milliseconds