Searched refs:rctl_rule_link_zone (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dkern_rctl.c216 static uma_zone_t rctl_rule_link_zone; variable
890 link = uma_zalloc(rctl_rule_link_zone, M_WAITOK);
908 link = uma_zalloc(rctl_rule_link_zone, M_NOWAIT);
941 uma_zfree(rctl_rule_link_zone, link);
2000 newlink = uma_zalloc(rctl_rule_link_zone, M_WAITOK);
2063 uma_zfree(rctl_rule_link_zone, link);
2096 uma_zfree(rctl_rule_link_zone, newlink);
2152 uma_zfree(rctl_rule_link_zone, link);
2173 uma_zfree(rctl_rule_link_zone, link);
2186 rctl_rule_link_zone
[all...]

Completed in 113 milliseconds