Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dsoftirq.c618 static int __try_remote_softirq(struct call_single_data *cp, int cpu, int softirq) in __try_remote_softirq() function
632 static int __try_remote_softirq(struct call_single_data *cp, int cpu, int softirq) in __try_remote_softirq() function
652 if (cpu == this_cpu || __try_remote_softirq(cp, cpu, softirq)) in __send_remote_softirq()