Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dpolicy_check.c59 #define CLASS_PERIOD_LIMIT 10000 macro
90 if (policy_check_event <= policy_check_next || policy_check_period == CLASS_PERIOD_LIMIT) { in common_hook()
101 if (policy_check_period < CLASS_PERIOD_LIMIT) { in common_hook()