Searched refs:MAX_LINE_LENGTH (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | khugepaged.c | 337 #define MAX_LINE_LENGTH 500 macro 341 while (fgets(buf, MAX_LINE_LENGTH, fp) != NULL) { in check_for_pattern() 353 char buffer[MAX_LINE_LENGTH]; in check_huge() 354 char addr_pattern[MAX_LINE_LENGTH]; in check_huge() 356 ret = snprintf(addr_pattern, MAX_LINE_LENGTH, "%08lx-", in check_huge() 358 if (ret >= MAX_LINE_LENGTH) { in check_huge() 372 ret = snprintf(addr_pattern, MAX_LINE_LENGTH, "AnonHugePages:%10ld kB", in check_huge() 374 if (ret >= MAX_LINE_LENGTH) { in check_huge() 400 char buffer[MAX_LINE_LENGTH]; in check_swap() 401 char addr_pattern[MAX_LINE_LENGTH]; in check_swap() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00debug.c | 25 #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()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/davinci/ |
| H A D | vpbe_osd.c | 110 #define MAX_LINE_LENGTH (OSD_VIDWIN0OFST_V0LO << 5) macro 884 min(lconfig->line_length, (unsigned)MAX_LINE_LENGTH); in try_layer_config()
|