Searched refs:scf_flags (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/kernel/ |
H A D | smp.c | 748 * Flags to be used as scf_flags argument of smp_call_function_many_cond(). 758 unsigned int scf_flags, in smp_call_function_many_cond() 763 bool wait = scf_flags & SCF_WAIT; in smp_call_function_many_cond() 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() local 1020 scf_flags |= SCF_WAIT; in on_each_cpu_cond_mask() 1023 smp_call_function_many_cond(mask, func, info, scf_flags, cond_func); in on_each_cpu_cond_mask() 756 smp_call_function_many_cond(const struct cpumask *mask, smp_call_func_t func, void *info, unsigned int scf_flags, smp_cond_func_t cond_func) smp_call_function_many_cond() argument
|
Completed in 4 milliseconds