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

/linux-master/drivers/edac/
H A Dedac_pci.c28 struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt, argument
39 if (sz_pvt) {
40 pci->pvt_info = kzalloc(sz_pvt, GFP_KERNEL);
H A Dedac_pci.h165 * @sz_pvt: size of the private info at struct &edac_pci_ctl_info
173 extern struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt,
H A Dedac_mc.h104 * @sz_pvt: size of private storage needed
128 unsigned int sz_pvt);
H A Dedac_mc.c338 unsigned int sz_pvt)
373 mci->pvt_info = kzalloc(sz_pvt, GFP_KERNEL);
335 edac_mc_alloc(unsigned int mc_num, unsigned int n_layers, struct edac_mc_layer *layers, unsigned int sz_pvt) argument

Completed in 277 milliseconds