Searched refs:new_lock (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/ |
| H A D | audit.c | 1170 u32 old_lock, u32 new_lock, int res) in audit_log_feature_change() argument 1183 !!old_lock, !!new_lock, res); in audit_log_feature_change() 1197 u32 old_feature, new_feature, old_lock, new_lock; in audit_set_feature() local 1205 new_lock = (uaf->lock | af.lock) & feature; in audit_set_feature() 1211 old_lock, new_lock, 0); in audit_set_feature() 1218 u32 old_feature, new_feature, old_lock, new_lock; in audit_set_feature() local 1227 new_lock = (uaf->lock | af.lock) & feature; in audit_set_feature() 1231 old_lock, new_lock, 1); in audit_set_feature() 1237 af.lock |= new_lock; in audit_set_feature()
|