Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dvm_util.c17 #define MAX_LINE_LENGTH 500
180 char buffer[MAX_LINE_LENGTH]; in rss_anon()
202 char addr_pattern[MAX_LINE_LENGTH]; in __check_huge()
204 ret = snprintf(addr_pattern, MAX_LINE_LENGTH, "%08lx-", in __check_huge()
206 if (ret >= MAX_LINE_LENGTH) in __check_huge()
235 char buffer[MAX_LINE_LENGTH]; in check_huge_anon()
406 char buffer[MAX_LINE_LENGTH];
16 #define MAX_LINE_LENGTH global() macro
H A Dkhugepaged.c36 #define MAX_LINE_LENGTH 500 macro
217 char buffer[MAX_LINE_LENGTH]; in check_swap()
218 char addr_pattern[MAX_LINE_LENGTH]; in check_swap()
220 ret = snprintf(addr_pattern, MAX_LINE_LENGTH, "%08lx-", in check_swap()
222 if (ret >= MAX_LINE_LENGTH) { in check_swap()
236 ret = snprintf(addr_pattern, MAX_LINE_LENGTH, "Swap:%19ld kB", in check_swap()
238 if (ret >= MAX_LINE_LENGTH) { in check_swap()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c25 #define MAX_LINE_LENGTH 64 macro
313 data = kcalloc(lines, MAX_LINE_LENGTH, GFP_KERNEL); in rt2x00debug_read_queue_stats()
371 data = kcalloc(1 + CIPHER_MAX, MAX_LINE_LENGTH, GFP_KERNEL); in rt2x00debug_read_crypto_stats()
585 data = kzalloc(3 * MAX_LINE_LENGTH, GFP_KERNEL); in rt2x00debug_create_file_driver()
604 data = kzalloc(9 * MAX_LINE_LENGTH, GFP_KERNEL); in rt2x00debug_create_file_chipset()