Lines Matching refs:this_cpu

416 	unsigned int this_cpu = smp_processor_id();  in __smp_call_single_queue_debug()  local
421 cfd_seq_store(pcpu->seq_queue, this_cpu, cpu, CFD_SEQ_QUEUE); in __smp_call_single_queue_debug()
423 cfd_seq_store(pcpu->seq_ipi, this_cpu, cpu, CFD_SEQ_IPI); in __smp_call_single_queue_debug()
424 cfd_seq_store(seq->ping, this_cpu, cpu, CFD_SEQ_PING); in __smp_call_single_queue_debug()
426 cfd_seq_store(seq->pinged, this_cpu, cpu, CFD_SEQ_PINGED); in __smp_call_single_queue_debug()
428 cfd_seq_store(pcpu->seq_noipi, this_cpu, cpu, CFD_SEQ_NOIPI); in __smp_call_single_queue_debug()
716 int this_cpu; in smp_call_function_single() local
723 this_cpu = get_cpu(); in smp_call_function_single()
731 WARN_ON_ONCE(cpu_online(this_cpu) && irqs_disabled() in smp_call_function_single()
869 int cpu, last_cpu, this_cpu = smp_processor_id(); in smp_call_function_many_cond() local
884 if (cpu_online(this_cpu) && !oops_in_progress && in smp_call_function_many_cond()
897 if ((scf_flags & SCF_RUN_LOCAL) && cpumask_test_cpu(this_cpu, mask)) in smp_call_function_many_cond()
902 if (cpu == this_cpu) in smp_call_function_many_cond()
910 __cpumask_clear_cpu(this_cpu, cfd->cpumask); in smp_call_function_many_cond()
929 cfd_seq_store(pcpu->seq_queue, this_cpu, cpu, CFD_SEQ_QUEUE); in smp_call_function_many_cond()
935 cfd_seq_store(pcpu->seq_ipi, this_cpu, cpu, CFD_SEQ_IPI); in smp_call_function_many_cond()
937 cfd_seq_store(pcpu->seq_noipi, this_cpu, cpu, CFD_SEQ_NOIPI); in smp_call_function_many_cond()
941 cfd_seq_store(this_cpu_ptr(&cfd_seq_local)->ping, this_cpu, CFD_SEQ_NOCPU, CFD_SEQ_PING); in smp_call_function_many_cond()
953 cfd_seq_store(this_cpu_ptr(&cfd_seq_local)->pinged, this_cpu, CFD_SEQ_NOCPU, CFD_SEQ_PINGED); in smp_call_function_many_cond()
956 if (run_local && (!cond_func || cond_func(this_cpu, info))) { in smp_call_function_many_cond()