Home
last modified time | relevance | path

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

/linux-2.6.39/arch/blackfin/mach-common/
Dsmp.c76 struct smp_call_struct call_struct; member
136 func = msg->call_struct.func; in ipi_call_function()
137 info = msg->call_struct.info; in ipi_call_function()
138 wait = msg->call_struct.wait; in ipi_call_function()
149 cpu_clear(cpu, *msg->call_struct.waitmask); in ipi_call_function()
233 msg->call_struct.func = func; in smp_send_message()
234 msg->call_struct.info = info; in smp_send_message()
235 msg->call_struct.wait = wait; in smp_send_message()
236 msg->call_struct.waitmask = &waitmask; in smp_send_message()