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

/linux-master/kernel/
H A Dsmp.c748 * Flags to be used as scf_flags argument of smp_call_function_many_cond().
758 unsigned int scf_flags,
763 bool wait = scf_flags & SCF_WAIT;
789 if ((scf_flags & SCF_RUN_LOCAL) && cpumask_test_cpu(this_cpu, mask))
1017 unsigned int scf_flags = SCF_RUN_LOCAL; local
1020 scf_flags |= SCF_WAIT;
1023 smp_call_function_many_cond(mask, func, info, scf_flags, cond_func);
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) argument

Completed in 104 milliseconds