Searched refs:PLAIN_BUF_SIZE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_printf.c | 208 #define PLAIN_BUF_SIZE 64 /* leave some space so we don't oops */ macro 222 char buf[PLAIN_BUF_SIZE]; in plain_format() 225 nchars = snprintf(buf, PLAIN_BUF_SIZE, "%p", PTR); in plain_format() 282 char buf[PLAIN_BUF_SIZE]; in plain_hash() 285 ret = plain_hash_to_buffer(PTR, buf, PLAIN_BUF_SIZE); in plain_hash() 321 char buf[PLAIN_BUF_SIZE]; in test_hashed() 328 ret = plain_hash_to_buffer(p, buf, PLAIN_BUF_SIZE); in test_hashed()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_printf.c | 210 #define PLAIN_BUF_SIZE 64 /* leave some space so we don't oops */ macro 224 char buf[PLAIN_BUF_SIZE]; in plain_format() 227 nchars = snprintf(buf, PLAIN_BUF_SIZE, "%p", PTR); in plain_format() 284 char buf[PLAIN_BUF_SIZE]; in plain_hash() 287 ret = plain_hash_to_buffer(PTR, buf, PLAIN_BUF_SIZE); in plain_hash() 329 char buf[PLAIN_BUF_SIZE]; in test_hashed() 336 ret = plain_hash_to_buffer(p, buf, PLAIN_BUF_SIZE); in test_hashed()
|
Completed in 3 milliseconds