Searched refs:OCX_MESSAGE_SIZE (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/edac/ |
| H A D | thunderx_edac.c | 1063 #define OCX_MESSAGE_SIZE SZ_1K macro 1110 msg = kmalloc(OCX_MESSAGE_SIZE, GFP_KERNEL); in thunderx_ocx_com_threaded_isr() 1122 snprintf(msg, OCX_MESSAGE_SIZE, "%s: OCX_COM_INT: %016llx", in thunderx_ocx_com_threaded_isr() 1128 strlcat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr() 1137 strlcat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr() 1142 strlcat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr() 1191 msg = kmalloc(OCX_MESSAGE_SIZE, GFP_KERNEL); in thunderx_ocx_lnk_threaded_isr() 1204 snprintf(msg, OCX_MESSAGE_SIZE, in thunderx_ocx_lnk_threaded_isr() 1212 strlcat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_lnk_threaded_isr() 1850 msg = kmalloc(OCX_MESSAGE_SIZE, GFP_KERNEL); in thunderx_l2c_threaded_isr()
|