Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Drctl.h136 #define RCTL_AMOUNT_UNDEFINED -1 macro
/f-stack/freebsd/kern/
H A Dkern_rctl.c818 if (filter->rr_amount != RCTL_AMOUNT_UNDEFINED) { in rctl_rule_matches()
1025 rule->rr_amount = RCTL_AMOUNT_UNDEFINED; in rctl_rule_alloc()
1137 if (rule->rr_amount == RCTL_AMOUNT_UNDEFINED) in rctl_rule_fully_specified()
1241 rule->rr_amount = RCTL_AMOUNT_UNDEFINED; in rctl_string_to_rule()
1324 rule2->rr_amount = RCTL_AMOUNT_UNDEFINED; in rctl_rule_add()
1523 if (amount != RCTL_AMOUNT_UNDEFINED && in rctl_rule_to_sbuf()