Lines Matching defs:todo
437 struct list_head *todo)
442 /* First pass - move normal devres entries to @todo and clear
458 list_move_tail(&node->entry, todo);
488 list_move_tail(&grp->node[0].entry, todo);
496 static void release_nodes(struct device *dev, struct list_head *todo)
503 list_for_each_entry_safe_reverse(dr, tmp, todo, node.entry) {
520 LIST_HEAD(todo);
532 cnt = remove_nodes(dev, dev->devres_head.next, &dev->devres_head, &todo);
535 release_nodes(dev, &todo);
672 LIST_HEAD(todo);
685 cnt = remove_nodes(dev, first, end, &todo);
688 release_nodes(dev, &todo);