Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/irqchip/
Dirq-gic-v3-its.c679 static unsigned long *lpi_bitmap; variable
697 lpi_bitmap = kzalloc(BITS_TO_LONGS(lpi_chunks) * sizeof(long), in its_lpi_init()
699 if (!lpi_bitmap) { in its_lpi_init()
720 chunk_id = bitmap_find_next_zero_area(lpi_bitmap, lpi_chunks, in its_lpi_alloc_chunks()
737 set_bit(chunk_id + i, lpi_bitmap); in its_lpi_alloc_chunks()
759 if (test_bit(chunk, lpi_bitmap)) { in its_lpi_free()
760 clear_bit(chunk, lpi_bitmap); in its_lpi_free()