Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dsmp.c787 unsigned int scf_flags, in smp_call_function_many_cond() argument
792 bool wait = scf_flags & SCF_WAIT; in smp_call_function_many_cond()
818 if ((scf_flags & SCF_RUN_LOCAL) && cpumask_test_cpu(this_cpu, mask) && in smp_call_function_many_cond()
1046 unsigned int scf_flags = SCF_RUN_LOCAL; in on_each_cpu_cond_mask() local
1049 scf_flags |= SCF_WAIT; in on_each_cpu_cond_mask()
1052 smp_call_function_many_cond(mask, func, info, scf_flags, cond_func); in on_each_cpu_cond_mask()