Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/irqchip/
Dirq-gic-v3-its.c654 static unsigned long *lpi_bitmap; variable
672 lpi_bitmap = kzalloc(BITS_TO_LONGS(lpi_chunks) * sizeof(long), in its_lpi_init()
674 if (!lpi_bitmap) { in its_lpi_init()
695 chunk_id = bitmap_find_next_zero_area(lpi_bitmap, lpi_chunks, in its_lpi_alloc_chunks()
712 set_bit(chunk_id + i, lpi_bitmap); in its_lpi_alloc_chunks()
737 if (test_bit(chunk, lpi_bitmap)) { in its_lpi_free()
738 clear_bit(chunk, lpi_bitmap); in its_lpi_free()