Searched refs:smp_fn_call (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dsmp.h36 extern struct smp_fn_call_struct smp_fn_call;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dsmp.c161 struct smp_fn_call_struct smp_fn_call = { variable in typeref:struct:smp_fn_call_struct
184 spin_lock(&smp_fn_call.lock);
186 atomic_set(&smp_fn_call.finished, 0);
187 smp_fn_call.fn = func;
188 smp_fn_call.data = info;
195 while (atomic_read(&smp_fn_call.finished) != (nr_cpus - 1));
197 spin_unlock(&smp_fn_call.lock);

Completed in 108 milliseconds