Lines Matching defs:next
489 * aa_label_next_not_in_set - return the next profile of @sub not in @set
952 * aa_label_next_in_merge - find the next profile when merging @a and @b
957 * Returns: next profile
1053 struct aa_profile *next;
1066 label_for_each_in_merge(i, a, b, next) {
1067 AA_BUG(!next);
1068 if (profile_is_stale(next)) {
1069 new->vec[k] = aa_get_newest_profile(next);
1072 if (next->label.proxy != new->vec[k]->label.proxy)
1077 new->vec[k++] = aa_get_profile(next);
1316 goto next;
1323 next:
1376 goto next;
1382 next:
2120 * be left in place until the next pass.