Searched refs:sz_pvt (Results 1 – 3 of 3) sorted by relevance
41 struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt, in edac_pci_alloc_ctl_info() argument51 pvt = edac_align_ptr(&p, 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()
448 unsigned sz_pvt);488 extern struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt,
265 unsigned sz_pvt) in edac_mc_alloc() argument312 pvt = edac_align_ptr(&ptr, sz_pvt, 1); in edac_mc_alloc()313 size = ((unsigned long)pvt) + sz_pvt; in edac_mc_alloc()333 pvt = sz_pvt ? (((char *)mci) + ((unsigned long)pvt)) : NULL; in edac_mc_alloc()