Lines Matching refs:list
514 /* Loop through the free list pulling in any active labels */
938 list_for_each_entry(label_ent, &nd_mapping->labels, list) {
950 list_for_each_entry(label_ent, &nd_mapping->labels, list)
975 list_for_each_entry(label_ent, &nd_mapping->labels, list)
988 list_add_tail(&label_ent->list, &nd_mapping->labels);
1017 LIST_HEAD(list);
1029 list_for_each_entry_safe(label_ent, e, &nd_mapping->labels, list) {
1041 list_move_tail(&label_ent->list, &list);
1044 list_splice_tail_init(&list, &nd_mapping->labels);