Searched refs:OCX_MESSAGE_SIZE (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/edac/ |
D | thunderx_edac.c | 1071 #define OCX_MESSAGE_SIZE SZ_1K macro 1118 msg = kmalloc(OCX_MESSAGE_SIZE, GFP_KERNEL); in thunderx_ocx_com_threaded_isr() 1130 snprintf(msg, OCX_MESSAGE_SIZE, "%s: OCX_COM_INT: %016llx", in thunderx_ocx_com_threaded_isr() 1136 strncat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr() 1145 strncat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr() 1150 strncat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr() 1199 msg = kmalloc(OCX_MESSAGE_SIZE, GFP_KERNEL); in thunderx_ocx_lnk_threaded_isr() 1212 snprintf(msg, OCX_MESSAGE_SIZE, in thunderx_ocx_lnk_threaded_isr() 1220 strncat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_lnk_threaded_isr() 1859 msg = kmalloc(OCX_MESSAGE_SIZE, GFP_KERNEL); in thunderx_l2c_threaded_isr()
|