Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dsmp.c754 #define SCF_RUN_LOCAL (1U << 1) macro
789 if ((scf_flags & SCF_RUN_LOCAL) && cpumask_test_cpu(this_cpu, mask)) in smp_call_function_many_cond()
1017 unsigned int scf_flags = SCF_RUN_LOCAL; in on_each_cpu_cond_mask()