Searched refs:ctx_ptr_array (Results 1 – 4 of 4) sorted by relevance
668 ASSERT(cpu_ctx->ctx_ptr_array == NULL || cpu_ctx->ctx_ptr_array_sz > 0); in cu_cpc_program()670 if (cpu_ctx->nctx <= 0 || cpu_ctx->ctx_ptr_array == NULL || in cu_cpc_program()687 ctx = cpu_ctx->ctx_ptr_array[cpu_ctx->cur_index]; in cu_cpc_program()827 if (cpu_ctx->nctx <= 0 || cpu_ctx->ctx_ptr_array == NULL || in cu_cpc_unprogram()833 ctx = cpu_ctx->ctx_ptr_array[cpu_ctx->cur_index]; in cu_cpc_unprogram()1078 kcpc_ctx_t **ctx_ptr_array; in cu_cpu_init() local1112 if (cpu_ctx->nctx > 0 && cpu_ctx->ctx_ptr_array != NULL && in cu_cpu_init()1120 ASSERT(cpu_ctx->nctx == 0 && cpu_ctx->ctx_ptr_array == NULL && in cu_cpu_init()1154 ctx_ptr_array = NULL; in cu_cpu_init()1156 n = kcpc_cpu_ctx_create(cp, reqs, KM_NOSLEEP, &ctx_ptr_array, in cu_cpu_init()[all …]
1869 kcpc_ctx_t ***ctx_ptr_array, size_t *ctx_ptr_array_sz) in kcpc_cpu_ctx_create() argument1877 if (cp == NULL || ctx_ptr_array == NULL || ctx_ptr_array_sz == NULL || in kcpc_cpu_ctx_create()2032 *ctx_ptr_array = NULL; in kcpc_cpu_ctx_create()2037 *ctx_ptr_array = ctx_ptrs; in kcpc_cpu_ctx_create()
101 kcpc_ctx_t **ctx_ptr_array; /* array of context pointers */ member
129 int kmem_flags, kcpc_ctx_t ***ctx_ptr_array, size_t *ctx_ptr_array_sz);