Searched refs:zpci_fmb (Results 1 – 2 of 2) sorted by relevance
68 struct zpci_fmb { struct181 struct zpci_fmb *fmb;
1047 BUILD_BUG_ON(!is_power_of_2(__alignof__(struct zpci_fmb)) || in zpci_mem_init()1048 __alignof__(struct zpci_fmb) < sizeof(struct zpci_fmb)); in zpci_mem_init()1050 zdev_fmb_cache = kmem_cache_create("PCI_FMB_cache", sizeof(struct zpci_fmb), in zpci_mem_init()1051 __alignof__(struct zpci_fmb), 0, NULL); in zpci_mem_init()
Completed in 8 milliseconds