Searched defs:lineMaxSize (Results 1 – 3 of 3) sorted by relevance
47 static constexpr size_t lineMaxSize = 1024; // 1KB variable
58 static constexpr size_t lineMaxSize = 2048; // 2KB variable
113 int lineMaxSize = LOG_LINE_SZ - 1; in LogToKmsg() local