Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/edac/
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()
Dedac_pci.h173 extern struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt,
Dedac_mc.h128 unsigned int sz_pvt);
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()