Home
last modified time | relevance | path

Searched refs:pvt_sz (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/edac/
Dedac_device.c54 edac_device_alloc_ctl_info(unsigned pvt_sz, char *dev_name, unsigned nr_instances, in edac_device_alloc_ctl_info() argument
94 if (pvt_sz) { in edac_device_alloc_ctl_info()
95 pvt = kzalloc(pvt_sz, GFP_KERNEL); in edac_device_alloc_ctl_info()