Home
last modified time | relevance | path

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

/linux/arch/s390/pci/
A Dpci.c56 static unsigned long *zpci_iomap_bitmap; variable
466 entry = find_first_zero_bit(zpci_iomap_bitmap, ZPCI_IOMAP_ENTRIES); in zpci_alloc_iomap()
471 set_bit(entry, zpci_iomap_bitmap); in zpci_alloc_iomap()
480 clear_bit(entry, zpci_iomap_bitmap); in zpci_free_iomap()
1061 zpci_iomap_bitmap = kcalloc(BITS_TO_LONGS(ZPCI_IOMAP_ENTRIES), in zpci_mem_init()
1062 sizeof(*zpci_iomap_bitmap), GFP_KERNEL); in zpci_mem_init()
1063 if (!zpci_iomap_bitmap) in zpci_mem_init()
1080 kfree(zpci_iomap_bitmap); in zpci_mem_exit()

Completed in 5 milliseconds