|
sync_child_counter(child_counter, parent_counter);
|
|
sync_child_counter(child_counter, parent_counter);
|
|
list_for_each_entry_safe(sub, tmp, &child_counter->sibling_list,
|
|
list_for_each_entry_safe(sub, tmp, &child_counter->sibling_list,
|
|
sync_child_counter(sub, sub->parent);
|
|
sync_child_counter(sub, sub->parent);
|