Searched refs:LOG_BUF_SIZE (Results 1 – 4 of 4) sorted by relevance
430 #define LOG_BUF_SIZE 1024 macro434 char buf[LOG_BUF_SIZE]; in __plog()437 r = vsnprintf(buf, LOG_BUF_SIZE, fmt, ap); in __plog()439 if (r > LOG_BUF_SIZE) in __plog()440 r = LOG_BUF_SIZE; in __plog()
171 #define LOG_BUF_SIZE 65536 macro
699 tmp_log_buf_size = LOG_BUF_SIZE; in bcc_prog_load_xattr()834 tmp_log_buf_size = LOG_BUF_SIZE; in bcc_prog_load_xattr()