Searched refs:LOG_RECENTSIZE (Results 1 – 2 of 2) sorted by relevance
58 #define LOG_RECENTSIZE 8192 /* queue of most recent messages */ macro
212 log_recentq = log_makeq(0, LOG_RECENTSIZE, NULL); in log_init()