Lines Matching full:merge
255 * @vec: list of profiles to sort and merge
852 /* requires sort and merge done first */
954 * @a: label to merge
955 * @b: label to merge
993 * @a: label to merge then compare (NOT NULL)
994 * @b: label to merge then compare (NOT NULL)
995 * @z: label to compare merge against (NOT NULL)
1032 * @new: preallocated label to merge into (NOT NULL)
1033 * @a: label to merge with @b (NOT NULL)
1034 * @b: label to merge with @a (NOT NULL)
1038 * Returns: ref counted label either @new if merge is unique
1042 * NOTE: will not use @new if the merge results in @new == @a or @b
1093 * merge could be same as a || b, note: it is not possible in label_merge_insert()
1113 * @a: label to merge and insert
1114 * @b: label to merge and insert
1130 * __label_find_merge - find label that is equiv to merge of @a and @b
1132 * @a: label to merge with @b (NOT NULL)
1133 * @b: label to merge with @a (NOT NULL)
1137 * Returns: ref counted label that is equiv to merge of @a and @b
1138 * else NULL if merge of @a and @b is not in set
1172 * aa_label_find_merge - find label that is equiv to merge of @a and @b
1173 * @a: label to merge with @b (NOT NULL)
1174 * @b: label to merge with @a (NOT NULL)
1178 * Returns: ref counted label that is equiv to merge of @a and @b
1179 * else NULL if merge of @a and @b is not in set
1207 * @a: label to merge with @b (NOT NULL)
1208 * @b: label to merge with @a (NOT NULL)
1214 * Returns: ref counted new label if successful in inserting merge of a & b