Searched defs:nctx_ptrs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c1873 int nctx_ptrs; local
1886 nctx_ptrs = (nreqs + cpc_ncounters - 1) / cpc_ncounters;
1887 ctx_ptrs = kmem_zalloc(nctx_ptrs * sizeof (kcpc_ctx_t *), kmem_flags);
1995 if (nctx >= nctx_ptrs) {
2004 new_cnt = nctx_ptrs +
2015 nctx_ptrs * sizeof (kcpc_ctx_t *));
2021 kmem_free(ctx_ptrs, nctx_ptrs * sizeof (kcpc_ctx_t *));
2023 nctx_ptrs = new_cnt;
2031 kmem_free(ctx_ptrs, nctx_ptrs * sizeof (kcpc_ctx_t *));
2038 *ctx_ptr_array_sz = nctx_ptrs * sizeo
[all...]

Completed in 94 milliseconds