Home
last modified time | relevance | path

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

/kernel/
Dsmp.c891 #define SCF_RUN_LOCAL (1U << 1) macro
926 if ((scf_flags & SCF_RUN_LOCAL) && cpumask_test_cpu(this_cpu, mask)) in smp_call_function_many_cond()
1160 unsigned int scf_flags = SCF_RUN_LOCAL; in on_each_cpu_cond_mask()