Home
last modified time | relevance | path

Searched refs:SLAVE (Results 1 – 2 of 2) sorted by relevance

/arch/ia64/kernel/
Dsmpboot.c99 #define SLAVE (SMP_CACHE_BYTES/8) macro
105 static volatile unsigned long go[SLAVE + 1];
205 go[SLAVE] = ia64_get_itc(); in sync_master()
226 while (!(tm = go[SLAVE])) in get_delta()
228 go[SLAVE] = 0; in get_delta()
/arch/sparc/kernel/
Dsmp_64.c148 #define SLAVE (SMP_CACHE_BYTES/sizeof(unsigned long)) macro
154 static unsigned long go[SLAVE + 1];
168 while (!(tm = go[SLAVE])) in get_delta()
170 go[SLAVE] = 0; in get_delta()
268 go[SLAVE] = tick_ops->get_tick(); in smp_synchronize_one_tick()