On Tue, May 5, 2020 at 7:15 AM Thomas Gleixner <t...@linutronix.de> wrote:
>
> From: Peter Zijlstra <pet...@infradead.org>
>
> For code that needs the ultimate performance (it can inline the @cmp
> function too) or simply needs to avoid calling external functions for
> whatever reason, provide an __always_inline variant of bsearch().


Acked-by: Andy Lutomirski <l...@kernel.org>

Although maybe a more explicit name (e.g. __inlined_bsearch()) would
be more clear?

Reply via email to