Lines Matching full:children
13 * children. It propagates the constraints set at its level to its
14 * children and collect the children power information. The leaves of
71 list_for_each_entry(child, &dtpm->children, sibling) { in __get_power_uw()
97 list_for_each_entry(child, &dtpm->children, sibling) { in __dtpm_rebalance_weight()
182 * release will be denied if the node has children. This function must
186 * Return: 0 on success, -EBUSY if there are children
195 if (!list_empty(&dtpm->children)) { in dtpm_release_zone()
239 * given the weight of the children.
270 list_for_each_entry(child, &dtpm->children, sibling) { in __set_power_limit_uw()
373 INIT_LIST_HEAD(&dtpm->children); in dtpm_alloc()
452 list_add_tail(&dtpm->sibling, &parent->children); in dtpm_register()