Lines Matching refs:next
1025 struct aa_profile *next; in label_merge_insert() local
1038 label_for_each_in_merge(i, a, b, next) { in label_merge_insert()
1039 AA_BUG(!next); in label_merge_insert()
1040 if (profile_is_stale(next)) { in label_merge_insert()
1041 new->vec[k] = aa_get_newest_profile(next); in label_merge_insert()
1044 if (next->label.proxy != new->vec[k]->label.proxy) in label_merge_insert()
1049 new->vec[k++] = aa_get_profile(next); in label_merge_insert()
1288 goto next; in label_compound_match()
1295 next: in label_compound_match()
1348 goto next; in label_components_match()
1354 next: in label_components_match()