Searched refs:zone_mls (Results 1 – 1 of 1) sorted by relevance
124 static uma_zone_t zone_mls; variable140 return (uma_zalloc(zone_mls, flag | M_ZERO)); in mls_alloc()148 uma_zfree(zone_mls, mm); in mls_free()462 zone_mls = uma_zcreate("mac_mls", sizeof(struct mac_mls), NULL, in mls_init()