Lines Matching refs:list
493 /* Loop through the free list pulling in any active labels */
834 list_for_each_entry(label_ent, &nd_mapping->labels, list) {
847 list_for_each_entry(label_ent, &nd_mapping->labels, list)
864 static bool is_old_resource(struct resource *res, struct resource **list, int n)
871 if (res == list[i])
913 LIST_HEAD(list);
985 list_for_each_entry_safe(label_ent, e, &nd_mapping->labels, list)
988 list_move(&label_ent->list, &list);
1091 list_for_each_entry_safe(label_ent, e, &nd_mapping->labels, list) {
1100 list_move(&label_ent->list, &list);
1103 list_splice_tail_init(&list, &nd_mapping->labels);
1118 typeof(*label_ent), list);
1133 list_for_each_entry_from(label_ent, &nd_mapping->labels, list) {
1154 * 2/ restore the resource list
1172 list_for_each_entry(label_ent, &nd_mapping->labels, list)
1185 list_add_tail(&label_ent->list, &nd_mapping->labels);
1215 LIST_HEAD(list);
1227 list_for_each_entry_safe(label_ent, e, &nd_mapping->labels, list) {
1240 list_move_tail(&label_ent->list, &list);
1243 list_splice_tail_init(&list, &nd_mapping->labels);