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