Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_rctl.c206 { "deny", RCTL_ACTION_DENY },
438 if (rule->rr_action != RCTL_ACTION_DENY) in rctl_pcpu_available()
525 case RCTL_ACTION_DENY: in rctl_enforce()
715 if (rule->rr_action != RCTL_ACTION_DENY) in rctl_get_limit()
744 if (rule->rr_action != RCTL_ACTION_DENY) in rctl_get_available()
1292 if (rule->rr_action == RCTL_ACTION_DENY && in rctl_rule_add()
1318 if (rule->rr_action == RCTL_ACTION_DENY) { in rctl_rule_add()
/freebsd/sys/sys/
H A Drctl.h128 #define RCTL_ACTION_DENY (RCTL_ACTION_SIGNAL_MAX + 1) macro