Searched refs:ctx_ptrs (Results 1 – 1 of 1) sorted by relevance
1871 kcpc_ctx_t **ctx_ptrs; in kcpc_cpu_ctx_create() local1887 ctx_ptrs = kmem_zalloc(nctx_ptrs * sizeof (kcpc_ctx_t *), kmem_flags); in kcpc_cpu_ctx_create()1888 if (ctx_ptrs == NULL) in kcpc_cpu_ctx_create()1982 ctx_ptrs[nctx] = ctx; in kcpc_cpu_ctx_create()2014 bcopy(ctx_ptrs, new, in kcpc_cpu_ctx_create()2021 kmem_free(ctx_ptrs, nctx_ptrs * sizeof (kcpc_ctx_t *)); in kcpc_cpu_ctx_create()2022 ctx_ptrs = new; in kcpc_cpu_ctx_create()2031 kmem_free(ctx_ptrs, nctx_ptrs * sizeof (kcpc_ctx_t *)); in kcpc_cpu_ctx_create()2037 *ctx_ptr_array = ctx_ptrs; in kcpc_cpu_ctx_create()