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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dcpc_impl.h139 struct _kthread *kc_thread; /* thread this context is measuring */ member in struct:_kcpc_ctx
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dkcpc.c186 ctx->kc_thread = curthread;
295 ctx->kc_thread = t;
463 if (ctx->kc_thread == curthread) {
546 t = ctx->kc_thread;
599 if (ctx->kc_thread == curthread) {
615 ASSERT(set->ks_ctx->kc_thread == curthread);
638 ASSERT(ctx->kc_thread == curthread);
1398 cctx->kc_thread = ct;
1528 ASSERT(ctx->kc_thread == curthread);
1980 ctx->kc_thread
[all...]

Completed in 169 milliseconds