Lines Matching full:merge
255 * @vec: list of profiles to sort and merge
851 /* requires sort and merge done first */
953 * @a: label to merge
954 * @b: label to merge
992 * @a: label to merge then compare (NOT NULL)
993 * @b: label to merge then compare (NOT NULL)
994 * @z: label to compare merge against (NOT NULL)
1031 * @new: preallocated label to merge into (NOT NULL)
1032 * @a: label to merge with @b (NOT NULL)
1033 * @b: label to merge with @a (NOT NULL)
1037 * Returns: ref counted label either @new if merge is unique
1041 * NOTE: will not use @new if the merge results in @new == @a or @b
1092 * merge could be same as a || b, note: it is not possible in label_merge_insert()
1112 * @a: label to merge and insert
1113 * @b: label to merge and insert
1129 * __label_find_merge - find label that is equiv to merge of @a and @b
1131 * @a: label to merge with @b (NOT NULL)
1132 * @b: label to merge with @a (NOT NULL)
1136 * Returns: ref counted label that is equiv to merge of @a and @b
1137 * else NULL if merge of @a and @b is not in set
1171 * aa_label_find_merge - find label that is equiv to merge of @a and @b
1172 * @a: label to merge with @b (NOT NULL)
1173 * @b: label to merge with @a (NOT NULL)
1177 * Returns: ref counted label that is equiv to merge of @a and @b
1178 * else NULL if merge of @a and @b is not in set
1206 * @a: label to merge with @b (NOT NULL)
1207 * @b: label to merge with @a (NOT NULL)
1213 * Returns: ref counted new label if successful in inserting merge of a & b