Searched refs:cp_old (Results 1 – 2 of 2) sorted by relevance
80 const char *cp_old; in kstack_cleanup() local84 for (cp_old = old, cp_new = new; *cp_old != '\0'; cp_old++) { in kstack_cleanup()85 switch (*cp_old) { in kstack_cleanup()102 *cp_new = *cp_old; in kstack_cleanup()113 const char *cp_old; in kstack_cleanup_encoded() local118 for (cp_old = old, cp_new = new; *cp_old != '\0'; cp_old++) { in kstack_cleanup_encoded()119 switch (*cp_old) { in kstack_cleanup_encoded()121 *cp_new = *cp_old; in kstack_cleanup_encoded()130 *cp_new = *cp_old; in kstack_cleanup_encoded()
107 static long cp_old[CPUSTATES]; variable484 percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff); in get_system_info()