Lines Matching refs:new_feature
1096 static void audit_log_feature_change(int which, u32 old_feature, u32 new_feature, in audit_log_feature_change() argument
1109 audit_feature_names[which], !!old_feature, !!new_feature, in audit_log_feature_change()
1124 u32 old_feature, new_feature, old_lock, new_lock; in audit_set_feature() local
1131 new_feature = uaf->features & feature; in audit_set_feature()
1136 if (old_lock && (new_feature != old_feature)) { in audit_set_feature()
1137 audit_log_feature_change(i, old_feature, new_feature, in audit_set_feature()
1145 u32 old_feature, new_feature, old_lock, new_lock; in audit_set_feature() local
1152 new_feature = uaf->features & feature; in audit_set_feature()
1156 if (new_feature != old_feature) in audit_set_feature()
1157 audit_log_feature_change(i, old_feature, new_feature, in audit_set_feature()
1160 if (new_feature) in audit_set_feature()