diff options
author | Rik van Riel <riel@surriel.com> | 2025-07-02 13:52:54 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2025-07-06 11:57:39 +0200 |
commit | 946a7281982530d333eaee62bd1726f25908b3a9 (patch) | |
tree | 0b742ecc393a925eb41d7fbb9f787a2ada4d1168 /scripts/lib/kdoc/kdoc_parser.py | |
parent | e0e9506523fea415e0d5abaa103fd67dc8a39696 (diff) |
smp: Wait only if work was enqueued
Whenever work is enqueued for a remote CPU, smp_call_function_many_cond()
may need to wait for that work to be completed. However, if no work is
enqueued for a remote CPU, because the condition func() evaluated to false
for all CPUs, there is no need to wait.
Set run_remote only if work was enqueued on remote CPUs.
Document the difference between "work enqueued", and "CPU needs to be
woken up"
Suggested-by: Jann Horn <jannh@google.com>
Signed-off-by: Rik van Riel <riel@surriel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Yury Norov (NVIDIA) <yury.norov@gmail.com>
Link: https://lore.kernel.org/all/20250703203019.11331ac3@fangorn
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions