Lines Matching defs:first
438 struct list_head *first, struct list_head *end,
447 cur = first;
457 /* clear color of group markers in the first pass */
462 if (&node->entry == first)
463 first = first->next;
478 cur = first;
506 static int release_nodes(struct device *dev, struct list_head *first,
514 cnt = remove_nodes(dev, first, end, &todo);
688 struct list_head *first = &grp->node[0].entry;
694 cnt = release_nodes(dev, first, end, flags);