Home
last modified time | relevance | path

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

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