Searched refs:policy_check_event (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dpolicy_check.c61 static int policy_check_event = 1; variable
87 if (!(policy_check_event % policy_check_period)) {
88 if (policy_check_event <= policy_check_next || policy_check_period == CLASS_PERIOD_LIMIT) {
96 OSReportWithBacktrace("calling MACF hook with mutex count %d (event %d) ", i, policy_check_event);
106 OSReportWithBacktrace("calling MACF hook with mutex count %d (event %d) ", i, policy_check_event);
115 policy_check_event++;

Completed in 69 milliseconds