Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dprintf_kunit.c214 #define PLAIN_BUF_SIZE 64 /* leave some space so we don't oops */ macro
254 char buf[PLAIN_BUF_SIZE]; in hash_pointer()
256 plain_hash_to_buffer(kunittest, PTR, buf, PLAIN_BUF_SIZE); in hash_pointer()
276 char buf[PLAIN_BUF_SIZE]; \
277 plain_hash_to_buffer(kunittest, p, buf, PLAIN_BUF_SIZE); \