Searched refs:edac_align_ptr (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/edac/ |
| A D | edac_device.c | 78 dev_ctl = edac_align_ptr(&p, sizeof(*dev_ctl), 1); in edac_device_alloc_ctl_info() 83 dev_inst = edac_align_ptr(&p, sizeof(*dev_inst), nr_instances); in edac_device_alloc_ctl_info() 89 dev_blk = edac_align_ptr(&p, sizeof(*dev_blk), count); in edac_device_alloc_ctl_info() 97 dev_attrib = edac_align_ptr(&p, sizeof(*dev_attrib), count); in edac_device_alloc_ctl_info() 100 pvt = edac_align_ptr(&p, sz_private, 1); in edac_device_alloc_ctl_info()
|
| A D | edac_pci.c | 40 pci = edac_align_ptr(&p, sizeof(*pci), 1); in edac_pci_alloc_ctl_info() 41 pvt = edac_align_ptr(&p, 1, sz_pvt); in edac_pci_alloc_ctl_info()
|
| A D | edac_mc.c | 189 void *edac_align_ptr(void **p, unsigned int size, int n_elems) in edac_align_ptr() function 422 mci = edac_align_ptr(&ptr, sizeof(*mci), 1); in edac_mc_alloc() 423 layer = edac_align_ptr(&ptr, sizeof(*layer), n_layers); in edac_mc_alloc() 424 pvt = edac_align_ptr(&ptr, sz_pvt, 1); in edac_mc_alloc()
|
| A D | edac_module.h | 62 extern void *edac_align_ptr(void **p, unsigned size, int n_elems);
|
| /linux/ |
| A D | System.map | 44672 ffff800010c13d74 T edac_align_ptr
|
| A D | .tmp_System.map | 44672 ffff800010c13d74 T edac_align_ptr
|
Completed in 279 milliseconds