On 19.06.2023 12:13, Olaf Hering wrote: > Regarding coding style: can this_cpu and per_cpu be used as array index, > or is a temporary variable required? This would affect the number of > lines changed in next_record.
I see no reason why it shouldn't be possible to be used. At least as long as overall line length doesn't make the result unwieldy. (It's no different from a function call, in the end.) Jan