Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Drctl.h130 #define RCTL_ACTION_DENY (RCTL_ACTION_SIGNAL_MAX + 1) macro
/f-stack/freebsd/kern/
H A Dkern_rctl.c210 { "deny", RCTL_ACTION_DENY },
442 if (rule->rr_action != RCTL_ACTION_DENY) in rctl_pcpu_available()
529 case RCTL_ACTION_DENY: in rctl_enforce()
719 if (rule->rr_action != RCTL_ACTION_DENY) in rctl_get_limit()
748 if (rule->rr_action != RCTL_ACTION_DENY) in rctl_get_available()
1296 if (rule->rr_action == RCTL_ACTION_DENY && in rctl_rule_add()
1322 if (rule->rr_action == RCTL_ACTION_DENY) { in rctl_rule_add()