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

/xnu-2782.1.97/bsd/kern/
H A Dpolicy_check.c63 static int policy_check_next = CLASS_PERIOD_MULT; variable
88 if (policy_check_event <= policy_check_next || policy_check_period == CLASS_PERIOD_LIMIT) {
100 policy_check_next *= CLASS_PERIOD_MULT;

Completed in 65 milliseconds