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

/linux-master/kernel/
H A Dsmp.c750 * %SCF_WAIT: Wait until function execution is completed
753 #define SCF_WAIT (1U << 0) macro
763 bool wait = scf_flags & SCF_WAIT;
865 * @wait: Bitmask that controls the operation. If %SCF_WAIT is set, wait
879 smp_call_function_many_cond(mask, func, info, wait * SCF_WAIT, NULL);
1020 scf_flags |= SCF_WAIT;

Completed in 86 milliseconds