Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Docteon_cop2.c41 static uma_zone_t ctxzone; variable
47 ctxzone = uma_zcreate("COP2 context", in octeon_cop2_init()
55 return uma_zalloc(ctxzone, M_NOWAIT); in octeon_cop2_alloc_ctx()
61 uma_zfree(ctxzone, ctx); in octeon_cop2_free_ctx()