Searched defs:cpu_data (Results 1 – 2 of 2) sorted by relevance
142 struct cpu_data { struct147 u_int cpu_index; /* CPU index */148 lwp_t *cpu_biglock_wanted; /* LWP spinning on biglock */149 kcondvar_t cpu_xcall; /* cross-call support */150 int cpu_xcall_pending; /* cross-call support */151 u_int cpu_psz_read_depth; /* pserialize(9) read depth */152 uint32_t cpu_ipipend[IPI_BITWORDS]; /* pending IPIs */153 struct schedstate_percpu cpu_schedstate; /* scheduler state */156 u_int cpu_package_id;157 u_int cpu_core_id;[all …]
72 void *cpu_data; member