Searched refs:MAX_HISTORY (Results 1 – 3 of 3) sorted by relevance
1872 #define MAX_HISTORY 100 macro1926 cpu_history = XNEWVEC (struct cpu_history, MAX_HISTORY); in s390_machine()1928 if (curr_hist >= MAX_HISTORY) in s390_machine()1998 mode_history = XNEWVEC (unsigned int, MAX_HISTORY); in s390_machinemode()2000 if (curr_hist >= MAX_HISTORY) in s390_machinemode()2035 #undef MAX_HISTORY
4963 #define MAX_HISTORY 100 in ppc_machine() macro4985 cpu_history = XNEWVEC (ppc_cpu_t, MAX_HISTORY); in ppc_machine()4987 if (curr_hist >= MAX_HISTORY) in ppc_machine()
575 undefine MAX_HISTORY at end of function.576 (s390_machinemode): undefine MAX_HISTORY at end of function.