Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_turnstile.c152 static uma_zone_t turnstile_zone; variable
426 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()