Searched refs:PRINTF_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
304 #define PRINTF_BUFFER_SIZE 4096 in xenbus_va_dev_error() macro306 printf_buffer = kmalloc(PRINTF_BUFFER_SIZE, GFP_KERNEL); in xenbus_va_dev_error()311 vsnprintf(printf_buffer + len, PRINTF_BUFFER_SIZE - len, fmt, ap); in xenbus_va_dev_error()