Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dsmpboot.c96 #define SLAVE (SMP_CACHE_BYTES/8) macro
102 static volatile unsigned long go[SLAVE + 1];
202 go[SLAVE] = ia64_get_itc(); in sync_master()
223 while (!(tm = go[SLAVE])) in get_delta()
225 go[SLAVE] = 0; in get_delta()
/arch/sparc/kernel/
Dsmp_64.c160 #define SLAVE (SMP_CACHE_BYTES/sizeof(unsigned long)) macro
166 static unsigned long go[SLAVE + 1];
180 while (!(tm = go[SLAVE])) in get_delta()
182 go[SLAVE] = 0; in get_delta()
280 go[SLAVE] = tick_ops->get_tick(); in smp_synchronize_one_tick()