Searched refs:FLAG_PROFILE (Results 1 – 2 of 2) sorted by relevance
91 FLAG_PROFILE = 0x200, /* label is a profile */ enumerator 123 * profile: label vec when embedded in a profile FLAG_PROFILE is set124 * rules: variable length rules in a profile FLAG_PROFILE is set157 #define label_isprofile(X) ((X)->flags & FLAG_PROFILE)
363 profile->label.flags |= FLAG_PROFILE; in aa_alloc_profile()