Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Dthunderx_edac.c1064 #define OCX_OTHER_SIZE (50 * ARRAY_SIZE(ocx_com_link_errors)) macro
1111 other = kmalloc(OCX_OTHER_SIZE, GFP_KERNEL); in thunderx_ocx_com_threaded_isr()
1125 decode_register(other, OCX_OTHER_SIZE, in thunderx_ocx_com_threaded_isr()
1132 snprintf(other, OCX_OTHER_SIZE, in thunderx_ocx_com_threaded_isr()
1139 decode_register(other, OCX_OTHER_SIZE, in thunderx_ocx_com_threaded_isr()
1192 other = kmalloc(OCX_OTHER_SIZE, GFP_KERNEL); in thunderx_ocx_lnk_threaded_isr()
1209 decode_register(other, OCX_OTHER_SIZE, in thunderx_ocx_lnk_threaded_isr()
1851 other = kmalloc(OCX_OTHER_SIZE, GFP_KERNEL); in thunderx_l2c_threaded_isr()