Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_label.c53 static uma_zone_t zone_label; variable
62 zone_label = uma_zcreate("MAC labels", sizeof(struct label), in mac_labelzone_init()
119 return (uma_zalloc(zone_label, flags)); in mac_labelzone_alloc()
126 uma_zfree(zone_label, label); in mac_labelzone_free()