Home
last modified time | relevance | path

Searched refs:kc_thread (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dkcpc.c186 ctx->kc_thread = curthread; in kcpc_bind_cpu()
295 ctx->kc_thread = t; in kcpc_bind_thread()
463 if (ctx->kc_thread == curthread) { in kcpc_sample()
546 t = ctx->kc_thread; in kcpc_unbind()
599 if (ctx->kc_thread == curthread) { in kcpc_unbind()
615 ASSERT(set->ks_ctx->kc_thread == curthread); in kcpc_preset()
638 ASSERT(ctx->kc_thread == curthread); in kcpc_restart()
1398 cctx->kc_thread = ct; in kcpc_lwp_create()
1528 ASSERT(ctx->kc_thread == curthread); in kcpc_free()
1980 ctx->kc_thread = curthread; in kcpc_cpu_ctx_create()
/titanic_44/usr/src/uts/common/sys/
H A Dcpc_impl.h139 struct _kthread *kc_thread; /* thread this context is measuring */ member