Home
last modified time | relevance | path

Searched defs:_kcpc_ctx (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcpc_impl.h132 struct _kcpc_ctx { struct
133 struct _kcpc_set *kc_set; /* linked list of all bound sets */
134 volatile uint_t kc_flags;
135 kcpc_pic_t *kc_pics; /* pointer to array of per-pic data */
136 hrtime_t kc_hrtime; /* gethrtime() at last sample */
137 uint64_t kc_vtick; /* virtualized %tick */
138 uint64_t kc_rawtick; /* last snapshot of tick/tsc */
140 int kc_cpuid; /* CPU this context is measuring */
141 kcpc_ctx_t *kc_next; /* Global list of all contexts */
142 kmutex_t kc_lock; /* protects kc_flags */
[all …]