Lines Matching refs:cpu_jif
191 jiffy_counts_t *cpu_jif, *cpu_prev_jif; member
211 #define cpu_jif (G.cpu_jif ) macro
326 cpu_jif = xrealloc_vector(cpu_jif, 1, num_cpus); in get_jiffy_counts()
327 if (read_cpu_jiffy(fp, &cpu_jif[num_cpus]) <= 4) in get_jiffy_counts()
344 cpu_prev_jif = cpu_jif; in get_jiffy_counts()
345 cpu_jif = tmp; in get_jiffy_counts()
349 read_cpu_jiffy(fp, &cpu_jif[i]); in get_jiffy_counts()
476 p_jif = &cpu_jif[i];
1025 free(cpu_jif);
1026 cpu_jif = &cur_jif;
1030 cpu_jif = cpu_prev_jif = NULL;
1117 cpu_jif = &cur_jif;