Searched refs:ctxzone (Results 1 – 1 of 1) sorted by relevance
41 static uma_zone_t ctxzone; variable47 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()