Searched refs:sync_softint (Results 1 – 3 of 3) sorted by relevance
106 #pragma weak sync_softint107 extern void sync_softint(cpuset_t);
656 if (&sync_softint != NULL) in clock_tick_cpu_setup()657 sync_softint(clock_tick_online_cpuset); in clock_tick_cpu_setup()
870 sync_softint(cpuset_t set) in sync_softint() function