Searched refs:sz_pvt (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | edac_pci.c | 31 struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt, in edac_pci_alloc_ctl_info() argument 41 pvt = edac_align_ptr(&p, 1, sz_pvt); in edac_pci_alloc_ctl_info() 42 size = ((unsigned long)pvt) + sz_pvt; in edac_pci_alloc_ctl_info() 50 pvt = sz_pvt ? ((char *)pci) + ((unsigned long)pvt) : NULL; in edac_pci_alloc_ctl_info()
|
H A D | edac_mc.h | 104 * @sz_pvt: size of private storage needed 128 unsigned int sz_pvt);
|
H A D | edac_pci.h | 165 * @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 D | edac_mc.c | 389 unsigned int sz_pvt) in edac_mc_alloc() 424 pvt = edac_align_ptr(&ptr, sz_pvt, 1); in edac_mc_alloc() 425 size = ((unsigned long)pvt) + sz_pvt; in edac_mc_alloc() 444 pvt = sz_pvt ? (((char *)mci) + ((unsigned long)pvt)) : NULL; in edac_mc_alloc() 386 edac_mc_alloc(unsigned int mc_num, unsigned int n_layers, struct edac_mc_layer *layers, unsigned int sz_pvt) edac_mc_alloc() argument
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | edac_pci.c | 28 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()
|
H A D | edac_pci.h | 165 * @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 D | edac_mc.h | 104 * @sz_pvt: size of private storage needed 128 unsigned int sz_pvt);
|
H A D | edac_mc.c | 337 unsigned int sz_pvt) in edac_mc_alloc() 372 mci->pvt_info = kzalloc(sz_pvt, GFP_KERNEL); in edac_mc_alloc() 334 edac_mc_alloc(unsigned int mc_num, unsigned int n_layers, struct edac_mc_layer *layers, unsigned int sz_pvt) edac_mc_alloc() argument
|
Completed in 6 milliseconds