Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c1898 kcpc_ctx_t **ctx_ptrs; in kcpc_cpu_ctx_create() local
1914 ctx_ptrs = kmem_zalloc(nctx_ptrs * sizeof (kcpc_ctx_t *), kmem_flags); in kcpc_cpu_ctx_create()
1915 if (ctx_ptrs == NULL) in kcpc_cpu_ctx_create()
2009 ctx_ptrs[nctx] = ctx; in kcpc_cpu_ctx_create()
2041 bcopy(ctx_ptrs, new, in kcpc_cpu_ctx_create()
2048 kmem_free(ctx_ptrs, nctx_ptrs * sizeof (kcpc_ctx_t *)); in kcpc_cpu_ctx_create()
2049 ctx_ptrs = new; in kcpc_cpu_ctx_create()
2058 kmem_free(ctx_ptrs, nctx_ptrs * sizeof (kcpc_ctx_t *)); in kcpc_cpu_ctx_create()
2064 *ctx_ptr_array = ctx_ptrs; in kcpc_cpu_ctx_create()