Home
last modified time | relevance | path

Searched refs:t_cpc_set (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dcpc.c116 if (t->t_cpc_set == NULL && (cmd == CPC_SAMPLE || cmd == CPC_RELE)) in cpc()
142 if (t->t_cpc_set != NULL) in cpc()
143 (void) kcpc_unbind(t->t_cpc_set); in cpc()
144 ASSERT(t->t_cpc_set == NULL); in cpc()
146 if ((error = kcpc_copyin_set(&t->t_cpc_set, udata1, in cpc()
152 if ((error = kcpc_verify_set(t->t_cpc_set)) != 0) { in cpc()
154 kcpc_free_set(t->t_cpc_set); in cpc()
155 t->t_cpc_set = NULL; in cpc()
161 if ((error = kcpc_bind_thread(t->t_cpc_set, t, &code)) != 0) { in cpc()
163 kcpc_free_set(t->t_cpc_set); in cpc()
[all …]
/titanic_50/usr/src/uts/common/os/
H A Dkcpc.c571 t->t_cpc_set = NULL; in kcpc_unbind()
601 curthread->t_cpc_set = NULL; in kcpc_unbind()
676 kcpc_set_t *set = t->t_cpc_set; in kcpc_enable()
689 ASSERT(t->t_cpc_set != NULL); in kcpc_enable()
690 ASSERT(t->t_cpc_set->ks_ctx->kc_cpuid != -1); in kcpc_enable()
734 t->t_cpc_set = newset; in kcpc_enable()
736 t->t_cpc_set = NULL; in kcpc_enable()
1400 ct->t_cpc_set = cctx->kc_set; in kcpc_lwp_create()
1529 curthread->t_cpc_set = NULL; in kcpc_free()
1610 kcpc_set_t *set = curthread->t_cpc_set; in kcpc_passivate()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dthread.h156 struct _kcpc_set *t_cpc_set; /* set this thread has bound */ member