Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dcap_util.c668 ASSERT(cpu_ctx->ctx_ptr_array == NULL || cpu_ctx->ctx_ptr_array_sz > 0); in cu_cpc_program()
669 ASSERT(cpu_ctx->nctx <= cpu_ctx->ctx_ptr_array_sz); in cu_cpc_program()
671 cpu_ctx->ctx_ptr_array_sz <= 0) { in cu_cpc_program()
828 cpu_ctx->ctx_ptr_array_sz <= 0) { in cu_cpc_unprogram()
1079 size_t ctx_ptr_array_sz; in cu_cpu_init() local
1113 cpu_ctx->ctx_ptr_array_sz > 0) { in cu_cpu_init()
1121 cpu_ctx->ctx_ptr_array_sz == 0); in cu_cpu_init()
1155 ctx_ptr_array_sz = 0; in cu_cpu_init()
1157 &ctx_ptr_array_sz); in cu_cpu_init()
1166 ASSERT(n > 0 && ctx_ptr_array != NULL && ctx_ptr_array_sz > 0); in cu_cpu_init()
[all …]
H A Dkcpc.c1869 kcpc_ctx_t ***ctx_ptr_array, size_t *ctx_ptr_array_sz) in kcpc_cpu_ctx_create() argument
1877 if (cp == NULL || ctx_ptr_array == NULL || ctx_ptr_array_sz == NULL || in kcpc_cpu_ctx_create()
2033 *ctx_ptr_array_sz = 0; in kcpc_cpu_ctx_create()
2038 *ctx_ptr_array_sz = nctx_ptrs * sizeof (kcpc_ctx_t *); in kcpc_cpu_ctx_create()
/titanic_44/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);