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