Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dpolicy_check.c64 static int policy_check_next = CLASS_PERIOD_MULT; variable
90 if (policy_check_event <= policy_check_next || policy_check_period == CLASS_PERIOD_LIMIT) { in common_hook()
102 policy_check_next *= CLASS_PERIOD_MULT; in common_hook()