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

/darwin-on-arm/xnu/bsd/kern/
H A Dpolicy_check.c65 static int policy_check_next = CLASS_PERIOD_MULT; variable
90 if (policy_check_event <= policy_check_next || policy_check_period == CLASS_PERIOD_LIMIT) {
102 policy_check_next *= CLASS_PERIOD_MULT;

Completed in 21 milliseconds