|
|
Log in / Subscribe / Register

6.2 Merge window, part 1

6.2 Merge window, part 1

Posted Dec 15, 2022 22:37 UTC (Thu) by josh (subscriber, #17465)
Parent article: 6.2 Merge window, part 1

> On lightly loaded systems, the result can be a 5-10% power savings. For callbacks that can't wait, there is a new call_rcu_hurry() function.

I was following this discussion at length, but didn't see the final patches. Is there a specific reason why `call_rcu_hurry` is not just `call_rcu_expedited`? Do we really need two *separate* flavors of "go faster", for a total of three variants?


to post comments

6.2 Merge window, part 1

Posted Dec 20, 2022 6:38 UTC (Tue) by calumapplepie (guest, #143655) [Link]

I don't think call_rcu_expedited exists; a grep through the Linux source tree didn't find any examples. It seemed to have been proposed as an alternate name for call_rcu_hurry.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds