On Tue, May 5, 2020 at 7:15 AM Thomas Gleixner <[email protected]> wrote: > > From: Peter Zijlstra <[email protected]> > > 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 <[email protected]> Although maybe a more explicit name (e.g. __inlined_bsearch()) would be more clear?

