Re: [RFC PATCH 18/23] sched/task_struct: Add helpers for task classification

From: Peter Zijlstra
Date: Tue Sep 27 2022 - 07:53:08 EST


On Fri, Sep 09, 2022 at 04:12:00PM -0700, Ricardo Neri wrote:

> #ifdef CONFIG_SCHED_TASK_CLASSES
> short class;
> + short class_candidate;
> + char class_debounce_counter;
> #endif

That's 5 bytes; is that really needed? 4 would be so much better :-)