Searched refs:PRINTF_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
282 #define PRINTF_BUFFER_SIZE 4096 in xenbus_va_dev_error() macro284 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()