Searched refs:turnstile_zone (Results 1 – 1 of 1) sorted by relevance
152 static uma_zone_t turnstile_zone; variable426 turnstile_zone = uma_zcreate("TURNSTILE", sizeof(struct turnstile), in init_turnstile0()543 return (uma_zalloc(turnstile_zone, M_WAITOK)); in turnstile_alloc()553 uma_zfree(turnstile_zone, ts); in turnstile_free()