Searched refs:KPRINTF_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
85 #define KPRINTF_BUFSIZE 37 macro261 char bf[KPRINTF_BUFSIZE]; /* space for %c, %[diouxX], possibly %pUl */ in kprintf()502 cp = bf + KPRINTF_BUFSIZE; in kprintf()543 size = bf + KPRINTF_BUFSIZE - cp; in kprintf()
Completed in 2 milliseconds