Searched refs:success_audit (Results 1 – 4 of 4) sorted by relevance
22 bool success_audit; variable390 module_param(success_audit, bool, 0400);391 MODULE_PARM_DESC(success_audit, "Start IPE with success auditing enabled");
42 WRITE_ONCE(success_audit, value); in setaudit()61 result = ((READ_ONCE(success_audit)) ? "1" : "0"); in getaudit()
18 extern bool success_audit;
136 if (act != IPE_ACTION_DENY && !READ_ONCE(success_audit)) in ipe_audit_match()
Completed in 5 milliseconds