Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/edac/
Dthunderx_edac.c1065 #define OCX_MESSAGE_SIZE SZ_1K macro
1112 msg = kmalloc(OCX_MESSAGE_SIZE, GFP_KERNEL); in thunderx_ocx_com_threaded_isr()
1124 snprintf(msg, OCX_MESSAGE_SIZE, "%s: OCX_COM_INT: %016llx", in thunderx_ocx_com_threaded_isr()
1130 strlcat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr()
1139 strlcat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr()
1144 strlcat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr()
1193 msg = kmalloc(OCX_MESSAGE_SIZE, GFP_KERNEL); in thunderx_ocx_lnk_threaded_isr()
1206 snprintf(msg, OCX_MESSAGE_SIZE, in thunderx_ocx_lnk_threaded_isr()
1214 strlcat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_lnk_threaded_isr()
1852 msg = kmalloc(OCX_MESSAGE_SIZE, GFP_KERNEL); in thunderx_l2c_threaded_isr()