Searched refs:MAX_PRINT_CHUNK (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ |
H A D | netconsole.c | 46 #define MAX_PRINT_CHUNK 1000 macro 821 * MAX_PRINT_CHUNK, it'll be split and transmitted in multiple chunks with 827 static char buf[MAX_PRINT_CHUNK]; /* protected by target_list_lock */ in send_ext_msg_udp() 840 if (msg_len + release_len <= MAX_PRINT_CHUNK) { in send_ext_msg_udp() 843 scnprintf(buf, MAX_PRINT_CHUNK, "%s,%s", release, msg); in send_ext_msg_udp() 866 scnprintf(buf, MAX_PRINT_CHUNK, "%s,", release); in send_ext_msg_udp() 879 MAX_PRINT_CHUNK - this_header); in send_ext_msg_udp() 931 frag = min(left, MAX_PRINT_CHUNK); in write_msg()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | netconsole.c | 45 #define MAX_PRINT_CHUNK 1000 macro 766 * MAX_PRINT_CHUNK, it'll be split and transmitted in multiple chunks with 772 static char buf[MAX_PRINT_CHUNK]; /* protected by target_list_lock */ in send_ext_msg_udp() 777 if (msg_len <= MAX_PRINT_CHUNK) { in send_ext_msg_udp() 807 MAX_PRINT_CHUNK - this_header); in send_ext_msg_udp() 859 frag = min(left, MAX_PRINT_CHUNK); in write_msg()
|
Completed in 3 milliseconds