Searched refs:clock_cpu_list (Results 1 – 3 of 3) sorted by relevance
488 cp = clock_cpu_list; in clock_tick_schedule()522 clock_cpu_list = clock_cpu_list->cpu_next_onln; in clock_tick_schedule()
112 cpu_t *clock_cpu_list; /* used by clock to walk CPUs */ variable1744 clock_cpu_list = cp; in cpu_list_init()2001 if (cp == clock_cpu_list) in cpu_remove_active()2002 clock_cpu_list = cp->cpu_next_onln; in cpu_remove_active()
523 extern cpu_t *clock_cpu_list;