Lines Matching refs:smp_processor_id
156 smpcfd_prepare_cpu(smp_processor_id()); in call_function_init()
416 unsigned int this_cpu = smp_processor_id(); in __smp_call_single_queue_debug()
506 if (cpu == smp_processor_id()) { in generic_exec_single()
543 smp_processor_id(), CFD_SEQ_GOTIPI); in generic_smp_call_function_single_interrupt()
572 smp_processor_id(), CFD_SEQ_HANDLE); in flush_smp_call_function_queue()
577 smp_processor_id(), CFD_SEQ_DEQUEUE); in flush_smp_call_function_queue()
581 if (unlikely(warn_cpu_offline && !cpu_online(smp_processor_id()) && in flush_smp_call_function_queue()
584 WARN(1, "IPI on offline CPU %d\n", smp_processor_id()); in flush_smp_call_function_queue()
638 0, smp_processor_id(), in flush_smp_call_function_queue()
681 smp_processor_id(), CFD_SEQ_HDLEND); in flush_smp_call_function_queue()
692 smp_processor_id(), CFD_SEQ_IDLE); in flush_smp_call_function_from_idle()
751 csd->node.src = smp_processor_id(); in smp_call_function_single()
869 int cpu, last_cpu, this_cpu = smp_processor_id(); in smp_call_function_many_cond()
926 csd->node.src = smp_processor_id(); in smp_call_function_many_cond()
1175 if (cpu != smp_processor_id() && cpu_online(cpu)) in wake_up_all_idle_cpus()