Lines Matching refs:next
1053 struct aa_profile *next; in label_merge_insert() local
1066 label_for_each_in_merge(i, a, b, next) { in label_merge_insert()
1067 AA_BUG(!next); in label_merge_insert()
1068 if (profile_is_stale(next)) { in label_merge_insert()
1069 new->vec[k] = aa_get_newest_profile(next); in label_merge_insert()
1072 if (next->label.proxy != new->vec[k]->label.proxy) in label_merge_insert()
1077 new->vec[k++] = aa_get_profile(next); in label_merge_insert()
1316 goto next; in label_compound_match()
1323 next: in label_compound_match()
1376 goto next; in label_components_match()
1382 next: in label_components_match()