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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsoftirq.c637 * send_remote_softirq - try to schedule softirq work on a remote cpu
645 void send_remote_softirq(struct call_single_data *cp, int cpu, int softirq) function
655 EXPORT_SYMBOL(send_remote_softirq); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinterrupt.h427 extern void send_remote_softirq(struct call_single_data *cp, int cpu, int softirq);
429 /* Like send_remote_softirq(), but the caller must disable local cpu interrupts

Completed in 110 milliseconds