Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/edac/
Dedac_pci.c41 struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt, in edac_pci_alloc_ctl_info() argument
51 pvt = edac_align_ptr(&pci[1], sz_pvt); in edac_pci_alloc_ctl_info()
52 size = ((unsigned long)pvt) + sz_pvt; in edac_pci_alloc_ctl_info()
60 pvt = sz_pvt ? ((char *)pci) + ((unsigned long)pvt) : NULL; in edac_pci_alloc_ctl_info()
Dedac_mc.c154 struct mem_ctl_info *edac_mc_alloc(unsigned sz_pvt, unsigned nr_csrows, in edac_mc_alloc() argument
173 pvt = edac_align_ptr(&chi[nr_chans * nr_csrows], sz_pvt); in edac_mc_alloc()
174 size = ((unsigned long)pvt) + sz_pvt; in edac_mc_alloc()
185 pvt = sz_pvt ? (((char *)mci) + ((unsigned long)pvt)) : NULL; in edac_mc_alloc()
Dedac_core.h450 extern struct mem_ctl_info *edac_mc_alloc(unsigned sz_pvt, unsigned nr_csrows,
503 extern struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt,