Searched defs:cpu_data (Results 1 – 2 of 2) sorted by relevance
62 struct cpu_data { struct67 lwp_t *cpu_biglock_wanted; /* LWP spinning on biglock */68 void *cpu_callout; /* per-CPU callout state */69 void *cpu_unused1; /* unused */70 u_int cpu_unused2; /* unused */71 struct schedstate_percpu cpu_schedstate; /* scheduler state */72 kcondvar_t cpu_xcall; /* cross-call support */73 int cpu_xcall_pending; /* cross-call support */74 lwp_t *cpu_onproc; /* bottom level LWP */75 uint32_t cpu_ipipend[IPI_BITWORDS]; /* pending IPIs */[all …]
73 void *cpu_data; member