Searched refs:ctx_ptr_array (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcap_util.c668 ASSERT(cpu_ctx->ctx_ptr_array == NULL || cpu_ctx->ctx_ptr_array_sz > 0);
670 if (cpu_ctx->nctx <= 0 || cpu_ctx->ctx_ptr_array == NULL ||
687 ctx = cpu_ctx->ctx_ptr_array[cpu_ctx->cur_index];
827 if (cpu_ctx->nctx <= 0 || cpu_ctx->ctx_ptr_array == NULL ||
833 ctx = cpu_ctx->ctx_ptr_array[cpu_ctx->cur_index];
1078 kcpc_ctx_t **ctx_ptr_array; local
1112 if (cpu_ctx->nctx > 0 && cpu_ctx->ctx_ptr_array != NULL &&
1120 ASSERT(cpu_ctx->nctx == 0 && cpu_ctx->ctx_ptr_array == NULL &&
1154 ctx_ptr_array = NULL;
1156 n = kcpc_cpu_ctx_create(cp, reqs, KM_NOSLEEP, &ctx_ptr_array,
[all...]
H A Dkcpc.c1869 kcpc_ctx_t ***ctx_ptr_array, size_t *ctx_ptr_array_sz)
1877 if (cp == NULL || ctx_ptr_array == NULL || ctx_ptr_array_sz == NULL ||
2032 *ctx_ptr_array = NULL;
2037 *ctx_ptr_array = ctx_ptrs;
1868 kcpc_cpu_ctx_create(cpu_t *cp, kcpc_request_list_t *req_list, int kmem_flags, kcpc_ctx_t ***ctx_ptr_array, size_t *ctx_ptr_array_sz) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dcap_util.h101 kcpc_ctx_t **ctx_ptr_array; /* array of context pointers */ member in struct:cu_cpc_ctx
H A Dkcpc.h129 int kmem_flags, kcpc_ctx_t ***ctx_ptr_array, size_t *ctx_ptr_array_sz);

Completed in 66 milliseconds