Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcap_util.c670 ASSERT(cpu_ctx->nctx <= cpu_ctx->ctx_ptr_array_sz); in cu_cpc_program()
672 cpu_ctx->ctx_ptr_array_sz <= 0) { in cu_cpc_program()
829 cpu_ctx->ctx_ptr_array_sz <= 0) { in cu_cpc_unprogram()
1080 size_t ctx_ptr_array_sz; in cu_cpu_init() local
1114 cpu_ctx->ctx_ptr_array_sz > 0) { in cu_cpu_init()
1122 cpu_ctx->ctx_ptr_array_sz == 0); in cu_cpu_init()
1156 ctx_ptr_array_sz = 0; in cu_cpu_init()
1158 &ctx_ptr_array_sz); in cu_cpu_init()
1168 if (ctx_ptr_array == NULL || ctx_ptr_array_sz <= 0) { in cu_cpu_init()
1179 cpu_ctx->ctx_ptr_array_sz = ctx_ptr_array_sz; in cu_cpu_init()
[all …]
H A Dkcpc.c1896 kcpc_ctx_t ***ctx_ptr_array, size_t *ctx_ptr_array_sz) in kcpc_cpu_ctx_create() argument
1904 if (cp == NULL || ctx_ptr_array == NULL || ctx_ptr_array_sz == NULL || in kcpc_cpu_ctx_create()
2060 *ctx_ptr_array_sz = 0; in kcpc_cpu_ctx_create()
2065 *ctx_ptr_array_sz = nctx_ptrs * sizeof (kcpc_ctx_t *); in kcpc_cpu_ctx_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dcap_util.h102 size_t ctx_ptr_array_sz; /* size of array */ member
H A Dkcpc.h129 int kmem_flags, kcpc_ctx_t ***ctx_ptr_array, size_t *ctx_ptr_array_sz);