|
Description:
balance_classzone() does a number of open-coded list operations.
This adjusts balance_classzone() to use generic list.h operations
as well as renaming __freed and restructuring some of the control
flow to use if (unlikely(...))) goto handle_rare_case; for additional
conciseness and reducing the number of indentation levels required. |