Searched refs:old_lock (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/ |
| H A D | audit.c | 1169 u32 old_lock, u32 new_lock, int res) in audit_log_feature_change() argument 1182 !!old_lock, !!new_lock, res); in audit_log_feature_change() 1196 u32 old_feature, new_feature, old_lock, new_lock; in audit_set_feature() local 1205 old_lock = af.lock & feature; in audit_set_feature() 1208 if (old_lock && (new_feature != old_feature)) { in audit_set_feature() 1210 old_lock, new_lock, 0); in audit_set_feature() 1217 u32 old_feature, new_feature, old_lock, new_lock; in audit_set_feature() local 1225 old_lock = af.lock & feature; in audit_set_feature() 1230 old_lock, new_lock, 1); in audit_set_feature()
|