Re: [PATCH v6 1/6] timers: Rename tmigr 'online' bit to 'available'
From: Thomas Gleixner
Date: Fri Jun 20 2025 - 13:04:31 EST
On Fri, May 30 2025 at 16:20, Gabriele Monaco wrote:
>
> -static int tmigr_cpu_offline(unsigned int cpu)
> +static int tmigr_cpu_unavailable(unsigned int cpu)
tmigr_clear_cpu_available() and tmigr_set_cpu_available() are way more
clear function names because they explicitly state the action.
cpu_offline/online are not entirely clear either but at least
offline/online can be used as verbs, while [un]available definitely
cannot.
Thanks,
tglx