Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/xen/xenbus/
Dxenbus_client.c282 #define PRINTF_BUFFER_SIZE 4096 in xenbus_va_dev_error() macro
284 printf_buffer = kmalloc(PRINTF_BUFFER_SIZE, GFP_KERNEL); in xenbus_va_dev_error()
289 vsnprintf(printf_buffer + len, PRINTF_BUFFER_SIZE - len, fmt, ap); in xenbus_va_dev_error()