Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_turnstile.c154 static uma_zone_t turnstile_zone; variable
427 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()