Okay, henceforth decided to give the opening and closing mood a break!
Anyway, I am currently reading the Linux scheduler load balancing code. And there’s this one function called find_busiest_group() which looks something like this:
[sourcecode language='cpp']/*
* find_busiest_group finds and returns the busiest CPU group within the
* domain. It calculates and returns the [...]
