Home
last modified time | relevance | path

Searched refs:nr_lpis (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/irqchip/
Dirq-gic-v3-its.c82 int nr_lpis; member
751 int nr_ids = map->nr_lpis; in its_lpi_free()
1142 int nr_lpis; in its_create_device() local
1156 lpi_map = its_lpi_alloc_chunks(nvecs, &lpi_base, &nr_lpis); in its_create_device()
1158 col_map = kzalloc(sizeof(*col_map) * nr_lpis, GFP_KERNEL); in its_create_device()
1176 dev->event_map.nr_lpis = nr_lpis; in its_create_device()
1206 dev->event_map.nr_lpis); in its_alloc_device_irq()
1207 if (idx == dev->event_map.nr_lpis) in its_alloc_device_irq()
1382 its_dev->event_map.nr_lpis)) { in its_irq_domain_free()