zpci_fmb          148 arch/s390/include/asm/pci.h 	struct zpci_fmb *fmb;
zpci_fmb          822 arch/s390/pci/pci.c 	BUILD_BUG_ON(!is_power_of_2(__alignof__(struct zpci_fmb)) ||
zpci_fmb          823 arch/s390/pci/pci.c 		     __alignof__(struct zpci_fmb) < sizeof(struct zpci_fmb));
zpci_fmb          825 arch/s390/pci/pci.c 	zdev_fmb_cache = kmem_cache_create("PCI_FMB_cache", sizeof(struct zpci_fmb),
zpci_fmb          826 arch/s390/pci/pci.c 					   __alignof__(struct zpci_fmb), 0, NULL);