Home
last modified time | relevance | path

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

/linux-2.6.39/arch/parisc/kernel/
Dsmp.c71 enum ipi_message_type { enum
202 ipi_send(int cpu, enum ipi_message_type op) in ipi_send()
215 send_IPI_mask(const struct cpumask *mask, enum ipi_message_type op) in send_IPI_mask()
224 send_IPI_single(int dest_cpu, enum ipi_message_type op) in send_IPI_single()
232 send_IPI_allbutself(enum ipi_message_type op) in send_IPI_allbutself()
/linux-2.6.39/arch/alpha/kernel/
Dsmp.c63 enum ipi_message_type { enum
551 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message()