Searched refs:OCX_OTHER_SIZE (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/edac/ |
D | thunderx_edac.c | 1066 #define OCX_OTHER_SIZE (50 * ARRAY_SIZE(ocx_com_link_errors)) macro 1113 other = kmalloc(OCX_OTHER_SIZE, GFP_KERNEL); in thunderx_ocx_com_threaded_isr() 1127 decode_register(other, OCX_OTHER_SIZE, in thunderx_ocx_com_threaded_isr() 1134 snprintf(other, OCX_OTHER_SIZE, in thunderx_ocx_com_threaded_isr() 1141 decode_register(other, OCX_OTHER_SIZE, in thunderx_ocx_com_threaded_isr() 1194 other = kmalloc(OCX_OTHER_SIZE, GFP_KERNEL); in thunderx_ocx_lnk_threaded_isr() 1211 decode_register(other, OCX_OTHER_SIZE, in thunderx_ocx_lnk_threaded_isr() 1853 other = kmalloc(OCX_OTHER_SIZE, GFP_KERNEL); in thunderx_l2c_threaded_isr()
|