Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_label.c55 static uma_zone_t zone_label; variable
64 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()