Searched refs:sz_pvt (Results 1 – 4 of 4) sorted by relevance
28 struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt, in edac_pci_alloc_ctl_info() argument39 if (sz_pvt) { in edac_pci_alloc_ctl_info()40 pci->pvt_info = kzalloc(sz_pvt, GFP_KERNEL); in edac_pci_alloc_ctl_info()
173 extern struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt,
128 unsigned int sz_pvt);
337 unsigned int sz_pvt) in edac_mc_alloc() argument372 mci->pvt_info = kzalloc(sz_pvt, GFP_KERNEL); in edac_mc_alloc()