Searched refs:SC_MAX_HISTORY_SIZE (Results 1 – 1 of 1) sorted by relevance
49 #if !defined(SC_MAX_HISTORY_SIZE)50 #define SC_MAX_HISTORY_SIZE (1000 * MAXCONS * NSC) macro57 #if (SC_HISTORY_SIZE * MAXCONS * NSC) > SC_MAX_HISTORY_SIZE58 #undef SC_MAX_HISTORY_SIZE59 #define SC_MAX_HISTORY_SIZE (SC_HISTORY_SIZE * MAXCONS * NSC) macro63 static int extra_history_size = SC_MAX_HISTORY_SIZE - SC_HISTORY_SIZE*MAXCONS;