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

/freebsd-12-stable/sys/security/mac/
H A Dmac_label.c50 * zone_label is the UMA zone from which most labels are allocated. Label
55 static uma_zone_t zone_label; variable
64 zone_label = uma_zcreate("MAC labels", sizeof(struct label),
72 * the zone_label zone.
122 return (uma_zalloc(zone_label, flags));
129 uma_zfree(zone_label, label);

Completed in 103 milliseconds