Lines Matching refs:zpci_iomap_start
57 struct zpci_iomap_entry *zpci_iomap_start;
58 EXPORT_SYMBOL_GPL(zpci_iomap_start);
300 WARN_ON(!++zpci_iomap_start[idx].count);
301 zpci_iomap_start[idx].fh = zdev->fh;
302 zpci_iomap_start[idx].bar = bar;
375 WARN_ON(!zpci_iomap_start[idx].count);
376 if (!--zpci_iomap_start[idx].count) {
377 zpci_iomap_start[idx].fh = 0;
378 zpci_iomap_start[idx].bar = 0;
477 memset(&zpci_iomap_start[entry], 0, sizeof(struct zpci_iomap_entry));
875 zpci_iomap_start = kcalloc(ZPCI_IOMAP_ENTRIES,
876 sizeof(*zpci_iomap_start), GFP_KERNEL);
877 if (!zpci_iomap_start)
890 kfree(zpci_iomap_start);
900 kfree(zpci_iomap_start);