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