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

/xnu-2782.1.97/bsd/kern/
H A Dpolicy_check.c58 #define CLASS_PERIOD_LIMIT 10000 macro
88 if (policy_check_event <= policy_check_next || policy_check_period == CLASS_PERIOD_LIMIT) {
99 if (policy_check_period < CLASS_PERIOD_LIMIT) {

Completed in 71 milliseconds