Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_client.c279 #define PRINTF_BUFFER_SIZE 4096 in xenbus_va_dev_error() macro
280 printf_buffer = kmalloc(PRINTF_BUFFER_SIZE, GFP_KERNEL); in xenbus_va_dev_error()
285 vsnprintf(printf_buffer+len, PRINTF_BUFFER_SIZE-len, fmt, ap); in xenbus_va_dev_error()