Lines Matching refs:this_cpu

418 	unsigned int this_cpu = smp_processor_id();  in __smp_call_single_queue_debug()  local
423 cfd_seq_store(pcpu->seq_queue, this_cpu, cpu, CFD_SEQ_QUEUE); in __smp_call_single_queue_debug()
425 cfd_seq_store(pcpu->seq_ipi, this_cpu, cpu, CFD_SEQ_IPI); in __smp_call_single_queue_debug()
426 cfd_seq_store(seq->ping, this_cpu, cpu, CFD_SEQ_PING); in __smp_call_single_queue_debug()
428 cfd_seq_store(seq->pinged, this_cpu, cpu, CFD_SEQ_PINGED); in __smp_call_single_queue_debug()
430 cfd_seq_store(pcpu->seq_noipi, this_cpu, cpu, CFD_SEQ_NOIPI); in __smp_call_single_queue_debug()
734 int this_cpu; in smp_call_function_single() local
741 this_cpu = get_cpu(); in smp_call_function_single()
749 WARN_ON_ONCE(cpu_online(this_cpu) && irqs_disabled() in smp_call_function_single()
887 int cpu, last_cpu, this_cpu = smp_processor_id(); in smp_call_function_many_cond() local
902 if (cpu_online(this_cpu) && !oops_in_progress && in smp_call_function_many_cond()
915 if ((scf_flags & SCF_RUN_LOCAL) && cpumask_test_cpu(this_cpu, mask)) in smp_call_function_many_cond()
920 if (cpu == this_cpu) in smp_call_function_many_cond()
928 __cpumask_clear_cpu(this_cpu, cfd->cpumask); in smp_call_function_many_cond()
947 cfd_seq_store(pcpu->seq_queue, this_cpu, cpu, CFD_SEQ_QUEUE); in smp_call_function_many_cond()
953 cfd_seq_store(pcpu->seq_ipi, this_cpu, cpu, CFD_SEQ_IPI); in smp_call_function_many_cond()
955 cfd_seq_store(pcpu->seq_noipi, this_cpu, cpu, CFD_SEQ_NOIPI); in smp_call_function_many_cond()
959 cfd_seq_store(this_cpu_ptr(&cfd_seq_local)->ping, this_cpu, CFD_SEQ_NOCPU, CFD_SEQ_PING); in smp_call_function_many_cond()
971 cfd_seq_store(this_cpu_ptr(&cfd_seq_local)->pinged, this_cpu, CFD_SEQ_NOCPU, CFD_SEQ_PINGED); in smp_call_function_many_cond()
974 if (run_local && (!cond_func || cond_func(this_cpu, info))) { in smp_call_function_many_cond()