Searched refs:cs_pctx (Results 1 – 2 of 2) sorted by relevance
182 if (csp->cs_pctx != NULL) in cpc_terminate()183 pctx_terminate(csp->cs_pctx); in cpc_terminate()203 set->cs_pctx = NULL; in cpc_set_create()247 if (csp->cs_pctx != NULL) { in cpc_set_destroy()248 pctx_release(csp->cs_pctx); in cpc_set_destroy()249 csp->cs_pctx = NULL; in cpc_set_destroy()488 set->cs_pctx = pctx; in cpc_bind_pctx()611 if (set->cs_pctx != NULL) { in cpc_unbind()612 ret = __pctx_cpc(set->cs_pctx, cpc, CPC_RELE, in cpc_unbind()654 return (__pctx_cpc(set->cs_pctx, cpc, CPC_SAMPLE, set->cs_id, in cpc_set_sample()[all …]
87 pctx_t *cs_pctx; /* pctx of process bound to */ member