Searched refs:sz_pvt (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/edac/
H A Dedac_pci.c42 struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt, argument
52 pvt = edac_align_ptr(&pci[1], sz_pvt);
53 size = ((unsigned long)pvt) + sz_pvt;
61 pvt = sz_pvt ? ((char *)pci) + ((unsigned long)pvt) : NULL;
H A Dedac_mc.c155 struct mem_ctl_info *edac_mc_alloc(unsigned sz_pvt, unsigned nr_csrows, argument
174 pvt = edac_align_ptr(&chi[nr_chans * nr_csrows], sz_pvt);
175 size = ((unsigned long)pvt) + sz_pvt;
186 pvt = sz_pvt ? (((char *)mci) + ((unsigned long)pvt)) : NULL;
H A Dedac_core.h801 extern struct mem_ctl_info *edac_mc_alloc(unsigned sz_pvt, unsigned nr_csrows,
853 extern struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/edac/
H A Dedac_pci.c42 struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt, argument
52 pvt = edac_align_ptr(&pci[1], sz_pvt);
53 size = ((unsigned long)pvt) + sz_pvt;
61 pvt = sz_pvt ? ((char *)pci) + ((unsigned long)pvt) : NULL;
H A Dedac_mc.c155 struct mem_ctl_info *edac_mc_alloc(unsigned sz_pvt, unsigned nr_csrows, argument
174 pvt = edac_align_ptr(&chi[nr_chans * nr_csrows], sz_pvt);
175 size = ((unsigned long)pvt) + sz_pvt;
186 pvt = sz_pvt ? (((char *)mci) + ((unsigned long)pvt)) : NULL;
H A Dedac_core.h801 extern struct mem_ctl_info *edac_mc_alloc(unsigned sz_pvt, unsigned nr_csrows,
853 extern struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt,

Completed in 64 milliseconds