Home
last modified time | relevance | path

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

/linux/arch/s390/pci/
H A Dpci.c52 #define ZPCI_IOMAP_ENTRIES \ macro
475 entry = find_first_zero_bit(zpci_iomap_bitmap, ZPCI_IOMAP_ENTRIES); in zpci_alloc_iomap()
476 if (entry == ZPCI_IOMAP_ENTRIES) { in zpci_alloc_iomap()
1076 zpci_iomap_start = kzalloc_objs(*zpci_iomap_start, ZPCI_IOMAP_ENTRIES); in zpci_mem_init()
1080 zpci_iomap_bitmap = kcalloc(BITS_TO_LONGS(ZPCI_IOMAP_ENTRIES), in zpci_mem_init()