Searched refs:LOG_BUF_LEN (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dmain.h60 #define LOG_BUF_LEN 8192 /* has to be a power of 2 */ macro
97 #define LOG_BUF_LEN 8192 /* has to be a power of 2 */ macro
H A Dtypes.h177 char log_buff[LOG_BUF_LEN];
H A Dbat_debugfs.c39 static int log_buff_len = LOG_BUF_LEN;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dmin_osl.c480 #define LOG_BUF_LEN (16 * 1024) macro
482 #define LOG_BUF_LEN (1024) macro
484 #define LOG_BUF_MASK (LOG_BUF_LEN-1)
486 static char log_buf[LOG_BUF_LEN];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dprintk.c121 #define LOG_BUF_LEN __LOG_BUF_LEN macro
127 static char real_log_buf2[LOG_BUF_LEN];

Completed in 107 milliseconds