Home | History | Annotate | Download | only in config

Lines Matching full:cpu_history

1826 cpu_history;
1852 if (cpu_history == NULL)
1853 cpu_history = xmalloc (MAX_HISTORY * sizeof (*cpu_history));
1858 cpu_history[curr_hist++] = current_cpu;
1865 current_cpu = cpu_history[--curr_hist];