Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dpolicy_check.c63 static int policy_check_period = 1; variable
89 if (!(policy_check_event % policy_check_period)) { in common_hook()
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()
103 policy_check_period *= CLASS_PERIOD_MULT; in common_hook()