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

/darwin-on-arm/xnu/bsd/kern/
H A Dpolicy_check.c60 #define CLASS_PERIOD_LIMIT 10000 macro
90 if (policy_check_event <= policy_check_next || policy_check_period == CLASS_PERIOD_LIMIT) {
101 if (policy_check_period < CLASS_PERIOD_LIMIT) {

Completed in 17 milliseconds