Searched refs:zone_label (Results 1 – 1 of 1) sorted by relevance
55 static uma_zone_t zone_label; variable64 zone_label = uma_zcreate("MAC labels", sizeof(struct label), in mac_labelzone_init()121 return (uma_zalloc(zone_label, flags)); in mac_labelzone_alloc()128 uma_zfree(zone_label, label); in mac_labelzone_free()