Searched refs:LOG_MAX_MSGS (Results 1 – 1 of 1) sorted by relevance
600 #define LOG_MAX_MSGS 20 /* if > 20/minute then shut up for a while */ macro610 if (arg == NULL && log_nmsgs > LOG_MAX_MSGS) { in resetlogging()663 if (log_nmsgs++ < LOG_MAX_MSGS) { in logit()