Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/irqchip/
Dirq-gic-v3-its.c82 int nr_lpis; member
729 int nr_ids = map->nr_lpis; in its_lpi_free()
1141 int nr_lpis; in its_create_device() local
1155 lpi_map = its_lpi_alloc_chunks(nvecs, &lpi_base, &nr_lpis); in its_create_device()
1157 col_map = kzalloc(sizeof(*col_map) * nr_lpis, GFP_KERNEL); in its_create_device()
1175 dev->event_map.nr_lpis = nr_lpis; in its_create_device()
1205 dev->event_map.nr_lpis); in its_alloc_device_irq()
1206 if (idx == dev->event_map.nr_lpis) in its_alloc_device_irq()
1350 its_dev->event_map.nr_lpis)) { in its_irq_domain_free()