Searched refs:turnstile_zone (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dsubr_turnstile.c152 static uma_zone_t turnstile_zone; variable
403 turnstile_zone = uma_zcreate("TURNSTILE", sizeof(struct turnstile),
520 return (uma_zalloc(turnstile_zone, M_WAITOK));
530 uma_zfree(turnstile_zone, ts);

Completed in 57 milliseconds