Searched refs:old_feature (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | audit.c | 1131 static void audit_log_feature_change(int which, u32 old_feature, u32 new_feature, in audit_log_feature_change() argument 1144 audit_feature_names[which], !!old_feature, !!new_feature, in audit_log_feature_change() 1159 u32 old_feature, new_feature, old_lock, new_lock; in audit_set_feature() local 1165 old_feature = af.features & feature; in audit_set_feature() 1171 if (old_lock && (new_feature != old_feature)) { in audit_set_feature() 1172 audit_log_feature_change(i, old_feature, new_feature, in audit_set_feature() 1180 u32 old_feature, new_feature, old_lock, new_lock; in audit_set_feature() local 1186 old_feature = af.features & feature; in audit_set_feature() 1191 if (new_feature != old_feature) in audit_set_feature() 1192 audit_log_feature_change(i, old_feature, new_feature, in audit_set_feature()
|