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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dlogger.c96 #define LOG_FLOODING_MAXCOUNT 1000 /* this controls after how many consecutive messages we force a macro
554 /* Check if that message has reached LOG_FLOODING_MAXCOUNT */
555 if (log_flood_array[i].count >= LOG_FLOODING_MAXCOUNT) {
560 LOG_FLOODING_MAXCOUNT - 1);

Completed in 80 milliseconds