Searched refs:chd (Results 1 – 1 of 1) sorted by relevance
214 struct resource *tmp, **p, *chd; in __release_resource() local225 for (chd = tmp->child;; chd = chd->sibling) { in __release_resource()226 chd->parent = tmp->parent; in __release_resource()227 if (!(chd->sibling)) in __release_resource()231 chd->sibling = tmp->sibling; in __release_resource()