Searched refs:__smp_call_function_single (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/include/linux/ |
D | smp.h | 78 void __smp_call_function_single(int cpuid, struct call_single_data *data,
|
/linux-2.6.39/block/ |
D | blk-softirq.c | 67 __smp_call_function_single(cpu, data, 0); in raise_blk_irq()
|
/linux-2.6.39/kernel/ |
D | smp.c | 407 void __smp_call_function_single(int cpu, struct call_single_data *data, in __smp_call_function_single() function
|
D | softirq.c | 626 __smp_call_function_single(cpu, cp, 0); in __try_remote_softirq()
|
D | sched_fair.c | 3739 __smp_call_function_single(ilb_cpu, cp, 0); in nohz_balancer_kick()
|
D | sched.c | 1064 __smp_call_function_single(cpu_of(rq), &rq->hrtick_csd, 0); in hrtick_start()
|
/linux-2.6.39/net/core/ |
D | dev.c | 3620 __smp_call_function_single(remsd->cpu, in net_rps_action_and_irq_enable()
|