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

/linux-master/kernel/
H A Dsmp.c751 * %SCF_RUN_LOCAL: Run also locally if local cpu is set in cpumask
754 #define SCF_RUN_LOCAL (1U << 1) macro
789 if ((scf_flags & SCF_RUN_LOCAL) && cpumask_test_cpu(this_cpu, mask))
867 * %SCF_RUN_LOCAL is set, the function will also be run locally
1017 unsigned int scf_flags = SCF_RUN_LOCAL;

Completed in 137 milliseconds