Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/edac/
A Dedac_pci.c28 struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt, in edac_pci_alloc_ctl_info() argument
39 if (sz_pvt) { in edac_pci_alloc_ctl_info()
40 pci->pvt_info = kzalloc(sz_pvt, GFP_KERNEL); in edac_pci_alloc_ctl_info()
A Dedac_pci.h173 extern struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt,
A Dedac_mc.h128 unsigned int sz_pvt);
A Dedac_mc.c337 unsigned int sz_pvt) in edac_mc_alloc() argument
372 mci->pvt_info = kzalloc(sz_pvt, GFP_KERNEL); in edac_mc_alloc()

Completed in 6 milliseconds