Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_context.c51 ASSERT(c->ctx_resumes > 0); in context_init()
98 c->ctx_resumes++; in mdb_context_getpcb()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.c57 ASSERT(c->ctx_resumes > 0); in context_init()
131 c->ctx_resumes++; in mdb_context_getpcb()
H A Dmdb_context_impl.h46 int ctx_resumes; /* count of context resume calls */ member