Home
last modified time | relevance | path

Searched refs:sync_softint (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dclock_tick.h106 #pragma weak sync_softint
107 extern void sync_softint(cpuset_t);
/titanic_44/usr/src/uts/common/os/
H A Dclock_tick.c656 if (&sync_softint != NULL) in clock_tick_cpu_setup()
657 sync_softint(clock_tick_online_cpuset); in clock_tick_cpu_setup()
/titanic_44/usr/src/uts/sun4/os/
H A Dintr.c870 sync_softint(cpuset_t set) in sync_softint() function