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.c618 * __send_remote_softirq - try to schedule softirq work on a remote cpu
629 void __send_remote_softirq(struct call_single_data *cp, int cpu, int this_cpu, int softirq) function
634 EXPORT_SYMBOL(__send_remote_softirq); variable
642 * Like __send_remote_softirq except that disabling interrupts and
652 __send_remote_softirq(cp, cpu, this_cpu, softirq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinterrupt.h432 extern void __send_remote_softirq(struct call_single_data *cp, int cpu,

Completed in 118 milliseconds